Last Updated: February 25, 2016
·
587
· westonh

Navigating Back in Visual Studio

Did you know that there are two Navigation stacks when using C#: the normal navigation stack and a Go To Definition Stack?

Press Ctrl+- to navigate back to the last code marker. Press Ctrl+Shift+8 to navigate back to the last item on the Go To Definition Stack.