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

Specific shortcuts prevent from inserting a snippet into code #113

Open Eugene-Y opened 9 years ago

Eugene-Y commented 9 years ago

Created a snippet for "cout << "\n " << endl;". When "c<" is chosen as a shortcut the snippet is present in the menu but not being inserted. If changed to something usual like "co" everything works fine.