Hello,
Would be nice to have a shortcut to drop to a new line in the editor.
Example (taken from VSCode): Cmd/Ctrl + Enter
for inserting a line below the current line and Cmd/Ctrl + Shift + Enter
for the same above the current line.
Hello,
Would be nice to have a shortcut to drop to a new line in the editor.
Example (taken from VSCode): Cmd/Ctrl + Enter
for inserting a line below the current line and Cmd/Ctrl + Shift + Enter
for the same above the current line.
This could be a learning point for me:
You request made a difference between insert new line from Within line (via Cmd/Ctrl + Enter as you requested) VS End of line (via simply Enter key ie what I use to do)?
I’ve implemented both of these shortcuts (and more) in the Code Editor Shortcuts plugin.
thank you, man