Home > Software design >  Start new line without breaking current one (Visual Studio Code)
Start new line without breaking current one (Visual Studio Code)

Time:08-17

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

CodePudding user response:

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

  • Related