whitelite.blogg.se

Phpstorm multiple cursors
Phpstorm multiple cursors









phpstorm multiple cursors

Selection works independently of the code structure, that is selection ranges can include any characters, identifiers, words in string literals, comments, or their parts. When you select multiple text ranges (non-contiguous selection), note the following:Įach selection range is associated with its own caret, so you can start typing to replace all selected ranges with your input, or you can press Left Arrow or Right Arrow to remove the selection ranges but keep multiple carets at beginnings/ends of the ranges.Īs soon as selection ranges overlap, they are merged into a single selection range with a single caret. Press Esc to delete all existing carets, except the one that was added last. Select a code block in the editor and then press Alt+Shift+G. Press Ctrl+Home to set the caret at the beginning of the first line, enable the column selection mode (press Alt+Shift+Insert), and then press Ctrl+Shift+End.Īdd carets to the end of each line in the selected block Add carets at each line of the current document To use custom shortcuts for adding carets above/below the current one, open the Keymap page of the IDE settings Ctrl+Alt+S, find the actions Clone Caret Above/Below and Clone Caret Above/Below with Virtual Space, and assign the desired shortcuts to them.

phpstorm multiple cursors

To add carets exactly above or below the current caret position using virtual spaces, press Alt+Shift+Up/ Alt+Shift+Down.Įnable the column selection mode (press Alt+Shift+Insert) and then press Shift+Up/ Shift+Down. Otherwise, in lines, which are shorter than the current offset, carets will be added at line ends. If virtual spaces are enabled, new carets will be added exactly above or below the current caret position. Press Ctrl twice, and then without releasing it, press up or down arrow keys. The last caret will not be removed.Īdd carets above or below the current caret using keyboard You can enable virtual spaces on the Editor | General page of the IDE settings Ctrl+Alt+S and they are also enabled in the column selection mode.Īdd or remove carets at selected locations using mouseĪlt+Shift+Click at the target location to add another caret.Īlt+Shift+Click at one of the multiple carets to remove it. As soon as you start typing at a position beyond the end of the line, the necessary number of spaces will be added between the end of the line and the beginning of your input. This way you can add new carets anywhere after the last character in any line. If there is no character, tab, or whitespace at the position where you want to add a new caret, the new caret will be added to the last character position in the target line.











Phpstorm multiple cursors