Skip to main content

Shortcuts

Here a list a number of shortcuts for VS Code and Visual Studio

To comment out code in visual studio

Ctrl + K + C

To uncomment out code in visual studio

Ctrl + K + U

In VS code it is to toggle comments on and off:

Shift + Alt + A or Ctrl /