Answers for "vs code delete line"

2

vs code remove newline

first ctrl+shift+p to list all commands and then just type Join lines
Posted by: Guest on November-05-2020
4

delete line visual studio

Ctrl + Shift + L in Visual Studio

Ctrl + Shift + K in Visual Studio Code
Posted by: Guest on July-16-2020
1

visual code remove line which contains

^.*my phrase*$n

Then replace with empty

Ex:

"
text ghfsdhf
my phrase
"

||
||

"
text
"
Posted by: Guest on December-28-2020
10

vs code copy a link down

On Windows: Shift + Alt + Up/Down.
On Mac: Shift + Option + Up/Down.
On Ubuntu: Ctrl + Shift + Alt + Up/Down.
Posted by: Guest on July-13-2020
2

delete line vscode

Windows: Ctrl + x
Mac: Cmd + x
Linux: Ctrl + x
Posted by: Guest on April-22-2021
1

quick fix shortcut vscode

On Windows, use the Ctrl + . keys. Then just select the Quick Fix suggestion that you want to apply to your code
Posted by: Guest on October-13-2020

Browse Popular Code Answers by Language