How to remove a fragment in Visual Studio C # Express?

I added some snippets in Visual Studio C # Express.

Many of them are in the double list, and I want to delete them.

When the cursor is on a FOLDER called "MySnippets", the delete button is active.

But when the cursor is in a separate fragment, the delete button is inactive .

I assume this is an error, so fragments are saved in an XML file somewhere so that I can simply edit them manually?

+3
source share
2 answers

In the folder with the documents should be a Visual Studio folder, below are the fragments.

+3

, :

  • -.
  • CTRL-K, B, "..", .
  • , , .
  • "...".
+2

Source: https://habr.com/ru/post/1708324/


All Articles