In intelliJ Idea, you can start a new line via Shift+Enter.
Is there a shortcut or extension that can add this functionality?
Asked
Active
Viewed 1,286 times
2

Grom Thunderfists
- 53
- 1
- 5
-
`Ctrl+Enter` and ``Ctrl+Shift+Enter` – rioV8 Aug 15 '22 at 04:49
-
neither Ctrl Enter or Ctrl Shift Enter work (though that may be because I'm on a laptop) – Grom Thunderfists Aug 15 '22 at 23:30
-
which key is bound to `Insert Line Above` and `Insert Line Below` – rioV8 Aug 15 '22 at 23:36
3 Answers
2
Starting a new line without breaking current in Visual Studio Code(without Github Copilot).
For Mac: command+return
For Windows: ctrl+enter

Sarthak Agrawal
- 321
- 4
- 17

Vipul Warik
- 21
- 2
-
The `Ctrl + Enter` is getting replaced to enter Git Copilot Completions Panel. – Sarthak Agrawal Aug 09 '23 at 22:38
1
I found an extension that ports IntelliJ's shortcuts into VSC
IntelliJ IDEA Keybindings extension

Grom Thunderfists
- 53
- 1
- 5
0
You might need to enable wordwrapping within the vscode preferences to get your desired effect

PythonPadawan
- 11
- 2