I want to know if it is possible to comment and uncomment text blocks in Visual Studio with a single command.
I'm used to just press Ctrl + / to toggle between comment and uncomment text blocks, because I've been using IntelliJ IDEA.
But in Visual Studio you have to press:
Ctrl + k + c to comment code, and
Ctrl + k + u to uncomment code.
Is there any way to comment / uncomment your code in Visual Studio with a single command just like in IntelliJ IDEA?
