Visual Studio Tips and Tricks

Productivity Driven Development

Navigate to Recent Cursor Positions and Matching Braces

| Comments

To navigate to recently visited/edited code in the current session, press Ctrl + hyphen (Ctrl + – ). To navigate forward, press Ctrl + Shift + hyphen (Ctrl + Shift + –).

If you want to find a matching brace for a curly bracket ({}) or the parenthesis (()), place cursor next to it and press Ctrl + ].

Want to learn more about Visual Studio? Check out this Pluralsight Course.
Use SqlSmash to write maintainable SQL scripts, understand code faster and navigate around easily in SSMS.
Share via
FacebookXEmailSumoMe

Comments