skip to Main Content

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


  1. Chosen as BEST ANSWER

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


  2. Starting a new line without breaking current in Visual Studio Code.

    For Mac: command+return

    For Windows: cltr+enter

    Login or Signup to reply.
  3. You might need to enable wordwrapping within the vscode preferences to get your desired effect

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search