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

Razor .cshtml files don't have the Export to Snippet context menu option on selected text #134

Open atshane253 opened 6 years ago

atshane253 commented 6 years ago

The "Insert Snippet" and "Surround With" options use the HTML pool of snippets for .cshtml files.

Its just awkward making a new html file purely to create snippets for MVC work.

PatrickdeBie commented 5 years ago

I'm currently also having troubles with this issue.

I need to create a couple of snippets from cshtml files and I was hoping this plugin would be able to help with that.