In Visual Studio to navigate back to your previous cursor position check out the buttons on the top left of the screen…
You can also use Ctrl+– to navigate backward and Ctrl+Shift+- to navigate forward.
You might also be interested in...
Use bookmarks in Visual Studio to easily navigate back and forth between arbitrary code locationsBookmarks in Visual Studio allow us to mark any arbitrary code location in our solution so we can easily navigate … Continue reading Use bookmarks in Visual Studio to easily...
Viewing all copied items in the Visual Studio clipboard ring
In Visual Studio when you copy some code it gets added into the clipboard ring which can store a maximum … Continue reading Viewing all copied items in the Visual...
How to launch a web app in multiple browsers from Visual Studio at the same time
In Visual Studio to launch your web app in multiple browsers simply set multiple defaults in the ‘Browse With…’ screen … Continue reading How to launch a web app in...
Visual Studio constructor creation shortcuts
Visual Studio has shortcuts for almost everything. Getting to know even some of these can save you a lot of … Continue reading Visual Studio constructor creation shortcuts...
Use Visual Studio Code keyboard shortcuts in Visual Studio
If you use both Visual Studio Code and Visual Studio and don’t want to have to remember two different keyboard … Continue reading Use Visual Studio Code keyboard shortcuts in...