visual studio code delete line code example

Example 1: delete line visual studio

Ctrl + Shift + L in Visual Studio

Ctrl + Shift + K in Visual Studio Code

Example 2: visual code remove line which contains

^.*my phrase*$\n

Then replace with empty

Ex:

"
text ghfsdhf
my phrase
"

||
||

"
text
"

Example 3: vscode shortcut to delete line

Mac OS : Command + X  or Command + Shift + K

Example 4: 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.

Example 5: vscode remove lines in editor

"editor.renderIndentGuides": true,

Tags:

Go Example