Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions workshop/02_Editing/04_Surround_With/4.1_Surround_with.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
* Alt+Enter (Windows/Linux/Mac OSX)
*
* Wrap the selected text with relevant content (e.g. try/catch or if statement)
*
* NOTE: You can also invoke contextual surrounds using Show Intention Actions
* NOTE: On Ubuntu, Ctrl+Alt+T is overwritten by a system shortcut - you may need to rebind these keys to use the shortcuts.
*/

namespace Editing4\JetBrains;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* Alt+Command+J (macOS)
*
* Surround code with a template. A template is only seen as a surround template when the $SELECTION$ variable is defined.
*
* NOTE: On Ubuntu, Ctrl+Alt+T is overwritten by a system shortcut - you may need to rebind these keys to use the shortcuts.
*/

namespace LiveTemplates3\JetBrains;
Expand Down