Search code examples
visual-studio-codenotepad++comments

How to comment in Visual Studio Code like in Notepad++?


In Notepad++ I always select the part I want to comment then right click -> block comment. But I can't do it in Visual Studio Code.

Is there a way (or extension) to do this?


Solution

  • CTRL + /

    Is used to line or block comment.