2

In intelliJ Idea, you can start a new line via Shift+Enter.
Is there a shortcut or extension that can add this functionality?

3 Answers3

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
1

I found an extension that ports IntelliJ's shortcuts into VSC
IntelliJ IDEA Keybindings extension

0

You might need to enable wordwrapping within the vscode preferences to get your desired effect