File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
resharper/resharper-unity/src/CSharp/Feature/Services/LiveTemplates/Scope Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace JetBrains.ReSharper.Plugins.Unity.CSharp.Feature.Services.LiveTemplate
10
10
// other scope points. A template can declare that it requires this scope point, and
11
11
// the template will only be made available if a ScopeProvider "publishes" this scope
12
12
// point based on the current context (e.g. the project is a Unity project)
13
- public class InUnityCSharpProject : InLanguageSpecificProject
13
+ public class InUnityCSharpProject : InLanguageSpecificProject , IMandatoryScopePoint
14
14
{
15
15
private static readonly Guid DefaultUID = new Guid ( "B37325A3-4F0A-405B-8A5C-00ECA4ED3B30" ) ;
16
16
private static readonly Guid QuickUID = new Guid ( "D32F297F-E422-4612-839A-FE76D9914B34" ) ;
You can’t perform that action at this time.
0 commit comments