File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
04 - Live Templates/03 - Surround Templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 * Surround code with a template. A template is only seen as a surround template when the $SELECTION$ variabel is defined.
66 *
77 * Ctrl+Alt+T or Ctrl+Alt+J (Windows/Linux)
8- * Alt+Command+T or Alt+Command+J (Windows/Linux )
8+ * Alt+Command+T or Alt+Command+J (Mac OS X )
99 */
1010
1111namespace LiveTemplates3 \JetBrains ;
2525 Set the context for the live template to be available in PHP.
2626 Reformat according to style should be enabled.
2727
28- In the variables dialog, reorder the variables so TYPE si first. Set its expression to complete().
28+ In the variables dialog, reorder the variables so TYPE is first. Set its expression to complete().
2929 Default value for VARIABLENAME can be set to "exception" (including quotes).
3030
3131 Save the live template.
3232
33332. Test the newly created live template. Select the line of code below and hit the keyboard shortcut.
3434*/
3535
36- echo "This will throw an exception " ;
36+ echo "This will throw an exception " ;
You can’t perform that action at this time.
0 commit comments