How do I delete an Imported Snippet in Visual Stud

2019-06-15 03:02发布

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?

2条回答
家丑人穷心不美
2楼-- · 2019-06-15 03:12

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

查看更多
Ridiculous、
3楼-- · 2019-06-15 03:30

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.

查看更多
登录 后发表回答