Comment Multiple Line In Vs

[Solved] Comment Multiple Line In Vs | Typescript - Code Explorer | yomemimo.com
Question : comment multiple line in vs

Answered by : buddhadeb-sarkar

{search} = comment multiple line in vs [its for C#, but works on almost all lang]
short cut for vs and vscoad for commenting {Windows and Linux}
ctrl + / for single line. again, for uncomment. for some lang its ctrl + K.
shift + ctrl + / for multiple line. again, for uncomment.

Source : | Last Update : Tue, 14 Dec 21

Question : visual studio code comment out multiple lines

Answered by : kristian-kovac

mac: command + shift + /

Source : | Last Update : Thu, 29 Oct 20

Question : vs code: comment multiple lines

Answered by : tired-turkey-9qt2ww5oowtl

how to add comment for multiple lines :
********** For Windows **********
-> How to comment a block?
CTRL + K + CTRL + C
-> How to uncomment a block?
CTRL + K + CTRL + U

Source : | Last Update : Tue, 17 Aug 21

Question : multiple lines convert into comment in vscode

Answered by : jayantkumar-jayswal

// public function index()
// {
// $badgeIcon = BadgeIcon::all();
// return $this->showAll($badgeIcon);
// }

Source : https://stackoverflow.com/questions/45250088/how-can-i-comment-multiple-lines-in-visual-studio-code | Last Update : Wed, 23 Nov 22

Answers related to comment multiple line in vs

Code Explorer Popular Question For Typescript