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
343 stars 85 forks source link

Is there a way to turn off the editor for .snippet files #141

Closed tdreid closed 5 years ago

tdreid commented 5 years ago

I use the SnippetDesigner mainly for the Export to Snippet feature, but prefer to edit my snippets as XML rather than using SnippetDesigner's editor. Is there an easy way to turn the snippet editor off while keeping the export feature?

tdreid commented 5 years ago

Ah, I was able to do this by going to Tools > Options > Text Editor > File Extension and adding XML (Text) Editor for the .snippet extension.

image