Skip to content

Visual Studio Shortcuts

Code Organization

  • Alt+Up/Down : Move Code Up/Down
  • CTRL+M,CTRL+M : Toggle Regions

Code Selections and Nevigation

  • ALT : Select and edit Multiple Line of Code
  • CTRL+T : Go to
  • CTRL+ ; : Search
  • CTRL+ALT+mouseClick: To Select Multiple item to rename
  • CTRL + . or ALT +Enter: To see suggestions
  • F8 and Shift+F8: to go to Next/Previous Error
  • CTRL+-:Navigate Backward
  • CTRL+Shift+-:Navigate Forward
  • CTRL+Shift+/:Comment Block for Selection
  • Ctrl+K+C/Ctrl+K+U Add Comment
  • ALT+Shift+ +or-:to Expand selection
  • ALT+Shift+ [or]:to Select whole container

Editor Tabs

  • Close All Documents Alt + W, L or Alt + -, L
  • Close Current Documents Ctrl + F4 or Alt + F, C or Alt + -, C
  • Close All Alt + -, L
  • Close All But This Alt + -, A
  • ==Open Containing Folder== Alt + -, O
  • Copy Full Path Alt + -, U
  • Pin Tab Alt + W, P or Alt + -, P
  • Float Tab Alt + W, F or Alt + -, F
  • Auto Hide All Tab Alt + W, F or Alt + -, F
  • Custom
    • Close All But Pinned Alt + -,-

Debugging

  • Alt + PgUp and Alt + PgDn for Loop through all Suggestions
  • Alt + Enter To Open Suggestion

Collapse Region Extension

  • Ctrl+R, Ctrl+Num+ and Ctrl+R, Ctrl+Num-

CodeMaid

  • Ctrl+M,Space To Clean Up Active Document
  • Ctrl+M,. to Open CodeMaid Spade
  • Ctrl+M,; to Search CodeMaid Spade

Toggle Comment

  • CTRL+/ : comment Toggle