Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSCode remove multiline comment shortcut

Let's say that I have

/*
* comment 1
* comment 2
*/

in my VSCode. What is the shortcut to uncomment?

I tried block comment shortcut but doesn't work well

/*
* .......
*/

becomes

* .......
like image 461
pokus Avatar asked Aug 19 '26 02:08

pokus


1 Answers

Select the text that is commented out with /* and */ characters, and then press Ctrl+Shift+A.

like image 103
nickarafyllis Avatar answered Aug 20 '26 16:08

nickarafyllis



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!