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

Deleting a snippet in the search window deletes the entire file (and not to the recycle bin) #102

Open Xiard opened 9 years ago

Xiard commented 9 years ago

I am trying to use the snippet designer for the first time. Since the designer seems to encourage one snippet per file, I decided to start extracting each snippet one by one. After extracting the first one, I right-clicked on the snippet in the search window and clicked "Delete". Rather than deleting the one snippet I had searched for, the entire file was deleted.

I went to the Recycle Bin to try to recover it, but it wasn't in there.

Not a huge loss, but I will need to recreate whatever snippets I had in that file (once I figure out what they were).