Visual Studio Snippet Generator

Generate Visual Studio Snippets Automatically.

Fill the fields below to generate a snippet:

Specifies the shortcut text used to insert the snippet. The text value of a Shortcut element can only contain alphanumeric characters, hyphens - and underscores _
Specifies descriptive information about the contents of an IntelliSense Code Snippet
Optional element. The name of the person or company that authored the code snippet
Required element. Contains the code that will be inserted by Visual Studio
$end$ marks the location to place the cursor after the code snippet is inserted
$selected$ represents text selected in the document that is to be inserted into the snippet when it is invoked

Code Snippets Schema Reference - Github UnitySnippets - JSFiddle Source
< Back to tools page