Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Start new line without breaking current one (Visual Studio Code)

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

like image 278
Grom Thunderfists Avatar asked Sep 07 '25 00:09

Grom Thunderfists


2 Answers

Starting a new line without breaking current in Visual Studio Code(without Github Copilot).

For Mac: command+return

For Windows: ctrl+enter

like image 115
Vipul Warik Avatar answered Sep 10 '25 02:09

Vipul Warik


for anyone with their ctrl+enter just got replaced by Git Copilot Completions Panel, you can just open Keyboard Shortcut menu with Ctrl+K Ctrl+S, search for Git Copilot Completions Panel, right click then delete keybinding.

like image 27
qud Avatar answered Sep 10 '25 02:09

qud