I am trying to create and use code snippets using Visual Studio 2005. I successfully created a snippet in VB.Net and used it by typing it’s shortcut and pressing tab. Now I am trying to use a html snippet.
I have built in code snippets present in following location
“C:\Program Files (x86)\Microsoft Visual Studio 8\Xml\1033\Snippets\xslt\html”.
It’s shortcut is “htmltable”. But when I press “tab” after typing “htmltable”, nothing is happening. [Even tried tab twice].
Any idea what I could be missing here?
REFERENCES