Hello,
I have a question on Code Snippets.
I installed a snippet by this way:
1.Put a folder in C:\TestSnippet with snippet files
2.In the registry I add a new key under HKLM\Software\Microsoft\VisualStudio\8.0\Languages\CodeExpansions\CSharp\Paths call mySnippet with value ¡®C:\TestSnippet¡¯
Then in the Code Snippet Manger there will be a snippet item called TestSnippet .
However when I remove this key in the registry and the folder with files.
In the code window, when I right click Insert Snippet¡ , the TestSnippet is still there but it does¡¯t work because there is no snippet files.
I want to know that if there is a file or something that buffer the snippet.
By the way , I know that we can use Remove in the Snippet Manager to remove the snippet you want.
But because I add the snippets during the installation(setup not vsi file), and I want to uninstall the snippet by the uninstallation.
Is there any command line for this uninstallation
or is there any arguments for devenv on this
Do me a favor.
Thanks.