mmanela / SnippetDesigner

The Snippet Designer is a plugin which enhances the Visual Studio IDE to allow a richer and more productive code snippet experience.
Apache License 2.0
344 stars 85 forks source link

Unable to export snippet from basic website solution #57

Open mmanela opened 10 years ago

mmanela commented 10 years ago

mmanela[CodePlex]
For a website solution that is a basic website where there is no project file, the export as snippet fails to work

mmanela commented 10 years ago

mmanela[CodePlex]
I will look into that. Thanks for the comment

mmanela commented 10 years ago

colinbashbash[CodePlex]
You could try using vstemplate instead of vsdir.... not sure if that would help though.

http://social.msdn.microsoft.com/Forums/hu-HU/vsx/thread/7f72d6fb-76ce-4b4d-abb9-dee0bc2f0a7e

mmanela commented 10 years ago

mmanela[CodePlex]
I have been trying to figure this one out for a long time. The problem seems to be that in website projects the snippet designer template doesn't exist. You can see this since if you go to File-New File it launches the Add Item dialog which doesn't have the snippet designer template. I am not sure yet how to get around this.