Reputation: 34717
I imported a snippet, and I want it gone. Problem is that the Snippet Manager has the Remove button grayed out when I go in and try to remove it, any ideas?
Upvotes: 16
Views: 5276
Reputation: 60
For Ubuntu users, please remove snippet files in ~/.config/Code/User/snippets
Not sure if applicable for other Linux distributions.
Upvotes: 0
Reputation: 946
Yes, this is because you can only remove directories and not individual snippets (at least from the Code Snippets Manager, you know, Microsoft style!):
To remove a directory from the Code Snippet Manager, select the directory that you want to remove.
Reference: https://msdn.microsoft.com/en-us/library/9ybhaktf(v=vs.100).aspx
Upvotes: 3
Reputation: 8455
Chances are that code snippet was imported to Program Files folder (e.g. C:\Program Files (x86)\Microsoft Visual Studio 11.0\Web\Snippets\CSS\1033\CSS) instead of C:\Users\\Documents\Visual Studio 2012\Code Snippets
Snippet Manager displays the location of selected snippet, just go there, delete it manually and restart Visual Studio.
Upvotes: 13