Add .vsix installer (.vsix project included)
madskristensen opened this issue · 3 comments
madskristensen commented
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
madskristensen commented
Btw, the extension works in both VS2012 and 2013
madskristensen commented
Notice that the folder structure is important for how the extension is represented in the Tools -> Code Snippet Manager
kspearrin commented
Added to v1.3. Thanks.