How to: Insert IntelliSense Code Snippets
You can insert IntelliSense Code Snippets using the Code Snippet Picker or typing the shortcut name of the snippet and pressing Tab.
Note |
|---|
| In Visual Basic projects, you can type the first few letters of the shortcut name followed by a question mark (?), and press TAB to see a list of all snippet shortcuts that begin with those letters. |
Note |
|---|
| In Visual C# projects, code snippet shortcut names appear in the IntelliSense list box. |
Each Visual Studio language has slight differences in the way you insert code snippets. For information on inserting snippets in Visual Basic, see How to: Insert Snippets Into Your Code (Visual Basic). For information on inserting snippets in Visual J# and Visual C#, see How To: Use Code Snippets (C#).
See Also
suggest highlight
"or typing the shortcut name of the snippet and pressing Tab."
You should have put that in bold as it is not evident thing.
[tfl - 06 04 12] Hi - and thanks for your post. Community content is not the appropriate place for technical support queries. Instead, you should visit the MSDN Forums at http://forums.microsoft.com/MSDN, where such posts are welcomed and where you stand a much better chance of getting your query resolved. Sorry if that's not the answer you wanted to hear.
You should have put that in bold as it is not evident thing.
[tfl - 06 04 12] Hi - and thanks for your post. Community content is not the appropriate place for technical support queries. Instead, you should visit the MSDN Forums at http://forums.microsoft.com/MSDN, where such posts are welcomed and where you stand a much better chance of getting your query resolved. Sorry if that's not the answer you wanted to hear.
- 3/28/2012
- Alexander Yaremchuk
- 4/6/2012
- Thomas Lee
Note