Code Snippet Shortcut Keys, Visual Studio 6 Scheme

The following shortcut key combinations can be used to work with code snippets.

Command Name

Shortcut Keys

Description

Edit.InsertSnippet

CTRL + K, CTRL + X

Displays the Code Snippet Picker, which lets you select a snippet by using IntelliSense and then inserts the code snippet at the position of the insertion point.

Edit.SurroundWith

CTRL + K, CTRL + S

Displays the Code Snippet Picker, which lets you select a snippet by using IntelliSense and then wraps the snippet around the selected text.

Tools.CodeSnippetsManager

CTRL + K, CTRL + B

Displays the Code Snippets Manager, which lets you search for and insert code snippets into files.

See Also

Reference

Visual Studio 6.0 Default Shortcut Keys