In intelliJ Idea, you can start a new line via Shift+Enter.
Is there a shortcut or extension that can add this functionality?
Question posted in Visual Studio Code
View the official documentation.
View the official documentation.
In intelliJ Idea, you can start a new line via Shift+Enter.
Is there a shortcut or extension that can add this functionality?
3
Answers
I found an extension that ports IntelliJ's shortcuts into VSC
IntelliJ IDEA Keybindings extension
Starting a new line without breaking current in Visual Studio Code.
For Mac: command+return
For Windows: cltr+enter
You might need to enable wordwrapping within the vscode preferences to get your desired effect