Skip to content

Instantly share code, notes, and snippets.

@marcusshepp
Last active February 28, 2022 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusshepp/da907c7fcc99f05c783f51fcdb31e10d to your computer and use it in GitHub Desktop.
Save marcusshepp/da907c7fcc99f05c783f51fcdb31e10d to your computer and use it in GitHub Desktop.
Visual Studio, kb shorts and good-to-knows

Visual Studio

Keyboard shorts

Collapsing

Toggle all collapsable content on current page

ctrl + m, ctrl + l

Collapse current code under cursor

ctrl + m, ctrl + m


Debugging

Remove all breakpoints

ctrl + shift + F9

End debug session

ctrl + F5


Unit tests

View test explorer

ctrl + e, t

Tips

Tricks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment