AlessandroDelSole / CodeSnippetStudio

Apache License 2.0
33 stars 8 forks source link

Code Snippet Studio

Released version 1.4 which introduces selecting between Expansion and SurroundsWith modes, fixes a bug on importing .vsi archives, and introduces support for importing Sublime code snippets.

Code Snippet Studio is an extension for Visual Studio 2015 that makes it easy to create, edit, package, and share IntelliSense code snippets for Visual Studio 2015 and Visual Studio Code. For C# and Visual Basic snippets, it also provides live Roslyn code analysis as you type to immediately detect code issues.

Code Snippet Studio

To show up Code Snippet Studio, in Visual Studio 2015 select View, Other Windows, Code Snippet Studio

Getting Started Guide

With Code Snippet Studio, you have a fully-functional code editor with syntax highlighting, basic IntelliSense, and live code issue detection as you type, where you can write or paste your snippets and supply the information that is required by the respective schema references. Studio will generate the proper .snippet or .json files for you, depending on the target IDE (Visual Studio or Code). You will then be able to package a number of code snippets into a Visual Studio extension by building .vsix packages that you can share with other developers and that you can even publish to the Visual Studio Gallery! Additional tools are available to work with both .vsix and .vsi installers.

Code Snippet Studio has been built using controls from Syncfusion's Essential Studio for WPF (Community license) and is built upon the DelSole.VSIX library.

Organizations talking about Code Snippet Studio

Syncfusion

Project Demo, Code Snippet Studio with Alessandro Del Sole

Channel9

One code snippet at a time and more with the Code Snippet Studio

A look behind Code Snippet Studio