SSMS 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 parenthesis “(”, place cursor next to it and press Ctrl + ].

Want to learn more about SSMS? Check out this Pluralsight course.
Use SqlSmash to write maintainable SQL scripts, understand code faster and navigate around easily in SSMS.

Comments