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

Problem creating snippet in VS 2019 #154

Open Mrsevic opened 4 years ago

Mrsevic commented 4 years ago

It throws an exception operation not implemented.

MJRamello commented 4 years ago

I also had this issue, but in my case it seems to only happen when using search and the "Search Results" sidebar filter is selected. If the "Snippet Designer" filter is selected the snippet opens properly.

mmanela commented 4 years ago

@MJRamello Can you explain your repro in more details? It only errors when you have a certain thing selected?

MJRamello commented 4 years ago

If using the search function within the New File dialog box it will error WillError

If directly selecting the snippet designer filter it will not error WillNotError

mmanela commented 4 years ago

Oh interesting