Code Snippet Studio allows creating, editing, packaging, and sharing IntelliSense code snippets for Microsoft Visual Studio 2015 and Visual Studio Code. With Code Snippet Studio you can:
Create, edit, and save code snippets via convenient user interface and through a code editor that supports syntax-highlighting. You can save traditional .snippet files for Visual Studio 2015 and .json files for Visual Studio Code.
Managing code snippet libraries
Share your code snippets with other developers by packaging your snippet files into a Visual Studio extensibility installer (.vsix) which allows automating the installation of code snippets onto other machines under the form of a Visual Studio extension. Code Snippet Studio also supports generating .vsix packages that target Visual Studio Code.
Work with existing .vsix packages by adding digital signatures, extracting package contents, importing existing .vsix files, and even converting old-style .vsi content installers into the .vsix file format
From version 1.3.0, Code Snippet Studio supports integrated live Roslyn code analysisto detect code issues as you type for VB and C# snippets. Code issues are available in the Error List window.
Version 1.4 adds support for choosing between Expansion/SurroundsWith type, basic Sublime snippet import and fixes a bug on pathnames when importing .vsi archives