File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
02_Editing/04_Surround_With
04_Live_Templates/03_Surround_Templates Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1010 * Alt+Enter (Windows/Linux/Mac OSX)
1111 *
1212 * Wrap the selected text with relevant content (e.g. try/catch or if statement)
13+ *
1314 * NOTE: You can also invoke contextual surrounds using Show Intention Actions
15+ * NOTE: On Ubuntu, Ctrl+Alt+T is overwritten by a system shortcut - you may need to rebind these keys to use the shortcuts.
1416 */
1517
1618namespace Editing4 \JetBrains ;
Original file line number Diff line number Diff line change 1313 * Alt+Command+J (macOS)
1414 *
1515 * Surround code with a template. A template is only seen as a surround template when the $SELECTION$ variable is defined.
16+ *
17+ * NOTE: On Ubuntu, Ctrl+Alt+T is overwritten by a system shortcut - you may need to rebind these keys to use the shortcuts.
1618 */
1719
1820namespace LiveTemplates3 \JetBrains ;
You can’t perform that action at this time.
0 commit comments