Code Snippet Shortcut Keys, Brief 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

—or—

CTRL + L, X

Displays the Code Snippet Picker, which allows you to select a snippet using IntelliSense and then inserts the code snippet at the cursor position.

Edit.SurroundWith

CTRL + K, CTRL + S

—or—

CTRL + L, S

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

Tools.CodeSnippetsManager

CTRL + K, CTRL + B

—or—

CTRL + L, CTRL + B

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

See Also

Reference

Brief Default Shortcut Keys