Visual Studio Code Uncomment Multiple Lines

[Solved] Visual Studio Code Uncomment Multiple Lines | Typescript - Code Explorer | yomemimo.com
Question : visual studio code uncomment multiple lines

Answered by : sleepy-sable-m63q10gxmdc8

shift+alt+A

Source : | Last Update : Sat, 04 Jul 20

Question : vs code uncomment/comment multiple lines

Answered by : marlo-joman

// this will act on selected lines and not the block.
"Ctrl+/"
// this will Comment or Uncomment selected lines.

Source : | Last Update : Fri, 29 Jul 22

Question : multi line uncomment vscode windowa

Answered by : helpful-hyena-gf9lschxje7o

"Ctrl+K, U" 

Source : | Last Update : Mon, 30 Mar 20

Answers related to visual studio code uncomment multiple lines

Code Explorer Popular Question For Typescript