Is it possible to enable multiline editing like in Notepad++ or Visual Studio Code?
In these software you can create multiple cursor carets by holding Alt + Shift and selecting multiple lines with the mouse or the cursor keys.
Is it possible to enable multiline editing like in Notepad++ or Visual Studio Code?
In these software you can create multiple cursor carets by holding Alt + Shift and selecting multiple lines with the mouse or the cursor keys.
Finally found it. It works the same as in IntelliJ (see this and this Stack Overflow questions). Either:
Hold Alt + Shift and click every line you want to edit. You can't use the cursor keys or drag with the mouse.
Hold Alt or the middle button of the mouse and drag with the mouse (clicking or using the cursor keys does not work).
Double tap and hold Ctrl and use the cursor keys (you have to press, release, press again and hold the Ctrl key, and then while holding it use the cursor keys for this to work).
Alt + J to select the beginning of the same word appearing in multiple places in the same file (some call this function "sublime selection").
If you wish to edit the end of multiple lines, place the cursor at any position of these lines using one of the methods above and then tap End.
You can use Alt + Shift and click multiple locations to for multiple cursor.