Visual Studio Comment Out Multiple Lines

[Solved] Visual Studio Comment Out Multiple Lines | Typescript - Code Explorer | yomemimo.com
Question : visual studio comment out multiple lines

Answered by : black-spider-monkey-0xsoppknk1ac

Ctrl+K+C
Ctrl+K+U

Source : | Last Update : Tue, 26 Nov 19

Question : shortcut to comment multiple lines in visual studio code

Answered by : grotesque-gull-8mokrwy9obt0

********** For Mac **********
-> How to comment a block?
CMD + K + C
-> How to uncomment a block?
CMD + K + U

Source : | Last Update : Wed, 23 Jun 21

Question : visual studio code comment out multiple lines

Answered by : kristian-kovac

mac: command + shift + /

Source : | Last Update : Thu, 29 Oct 20

Question : visual studio 2019 multiline comment keyboard

Answered by : sparkling-snake-0z9oxtkod9hl

Visual Studio (2009, not VSCode).
comment lines --> ctrl + K + C
uncomment lines --> ctrl + K + U

Source : | Last Update : Wed, 19 Oct 22

Question : visual studio comment selected lines

Answered by : uninterested-unicorn-3y8umccbw1ca

Ctrl+K+C - Comment
Ctrl+K+U - Uncomment

Source : | Last Update : Sun, 07 Mar 21

Answers related to visual studio comment out multiple lines

Code Explorer Popular Question For Typescript