Code Snippet Shortcut Keys, General Development Settings
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 allows you to select a snippet using IntelliSense and then inserts the code snippet at the cursor position. |
Edit.SurroundWith |
CTRL + K, CTRL + 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 |
Displays the Code Snippets Manager, which allows you to search for and insert code snippets into files. |