Can I programmatically add or remove snippets? #462
Unanswered
aglasencnik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am building a Visual Studio extension, and one part in it is being able to add or remove code snippets... Basically on extension install or first boot it would look at some json files and create all the required .snippet files from the data, but how could I now add those snippets to VS?
Also if the user wants he must be able to delete those snippets...
Is it possible to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions