Answers for "visual studio code delete line"

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
0

vscode remove lines in editor

"editor.renderIndentGuides": true,
Posted by: Guest on May-06-2020

Code answers related to "visual studio code delete line"

Browse Popular Code Answers by Language