Answers for "delete line visual studio code"

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
0

vscode remove lines in editor

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

Code answers related to "delete line visual studio code"

Browse Popular Code Answers by Language