kspearrin/Visual-Studio-jQuery-Code-Snippets

Add .vsix installer (.vsix project included)

madskristensen opened this issue · 3 comments

I've created a very simple VSIX project for hosting the snippet files. The VSIX will automatically register the .snippets when installed and remove them again when uninstalling.

Get the VS2012 project here: http://sdrv.ms/19DKmzp (.zip file)

You need the VS2012 SDK to open it in Visual Studio

Btw, the extension works in both VS2012 and 2013

Notice that the folder structure is important for how the extension is represented in the Tools -> Code Snippet Manager

Added to v1.3. Thanks.