Visual Studio Shortcuts

Date Published: July 12, 2021

Visual Studio Shortcuts

CTRL + M + O - collapse all sections of code in a file CTRL + M + L - expand all sections of code in a file

CTRL + K + C - comment selection or line CTRL + K + U - un-comment selection or line