Sunday, September 28, 2014

Visual Studio Shortcuts

  • To Comment Out a Line or a section of code
                   Ctrl + E + C
  • To Un-Comment a Line or a section of code
                  Ctrl + E + U
  • To find the matching bracket
                  Ctrl + ]
  • To Collapse Current Line
                
  • Add missing namespace
                   Ctrl + .

No comments:

Post a Comment