mmanela / SnippetDesigner

The Snippet Designer is a plugin which enhances the Visual Studio IDE to allow a richer and more productive code snippet experience.
Apache License 2.0
344 stars 85 forks source link

Snippet Kinds missing #169

Open OJacot-Descombes opened 2 years ago

OJacot-Descombes commented 2 years ago

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.