visual studio 2010 - Code Snippet Shortcuts VB.NET -


i need small information visual studio. presently, using vs 2010. when type "ctor + tab + tab", create code snippet "constructor" if language visual c#. similarly, prop,//,etc...

but, not case vb.net language. can guys provide list of shortcuts vs(vb.net) supports.

thanks in advance.

code snippets highly customizable code fragments intended accomplish simple intermediate tasks quickly; can inserted code few keystrokes.

you can insert intellisense code snippets using code snippet picker or typing shortcut name of snippet , pressing tab. when know name of snippet want insert, can typing shortcut followed tab key. when have browse appropriate snippet, can use snippet picker, gives categorized lists of snippets choose from.


Comments