In various projects there are certain parts I will keep jumping to. Is there a way to effectively “bookmark” these parts, so I can quickly jump back to a certain line in a certain file (or a certain method)?
I keep getting lost navigating the solution or doing a “find in whole project/solution”.
In Visual Studio, you can set Bookmarks in the code.
To jump between Bookmarks:
Ctrl + K + N (for next)
and
Ctrl + K + P (for previous)
To toggle a Bookmark on/off for a line:
Ctrl + K + K