2007-10-05

How to insert Visual Studio 2005 snippet from intellisense


To insert a code snippet in Microsoft Visual Studio 2005 from intellisense select the respective snippet from the intellisense list, or enter the code of the snippet and press the Tab key twice.

So the shortcut is a double Tab.



Img 1 - Enter the name of the snippet, press Ctrl + Space; select the snippet from the list and press Tab twice


Img 2 - Fill the values of the parameters


Img 3 - The snippet is inserted

No comments: