Adding Multiple Line Comments Simultaneously In VSCode | Task

Ole Ersoy
May - 11  -  1 min

Scenario

We want to add multiple line comments simultaneously on selected lines.

Approach

Select a block of code and use Ctrl+K+C.

Use ctrl+k+u to uncomment the code.