You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Properties window the snippet kinds MethodBody, MethodDecl and TypeDecl are listed. However, Microsoft defines two more snippet kinds: file and any.
The description for any says:
Specifies that the snippet can be inserted anywhere. This tag is used for code snippets that are context-independent, such as comments.
I wanted to declare a TODO code snippet, which is a comment. Therefore, I am missing the option any.
Please add the missing options.
The text was updated successfully, but these errors were encountered:
In the Properties window the snippet kinds
MethodBody
,MethodDecl
andTypeDecl
are listed. However, Microsoft defines two more snippet kinds:file
andany
.The description for
any
says:Specifies that the snippet can be inserted anywhere. This tag is used for code snippets that are context-independent, such as comments.
I wanted to declare a TODO code snippet, which is a comment. Therefore, I am missing the option
any
.Please add the missing options.
The text was updated successfully, but these errors were encountered: