visual studio - in VS, how do I navigate backwards in code by file? -
in vs, i'm using control+minus , control+plus go forwards , backwards in code. however, many times want spot is not in same file.
for instance,
- write code in file @ position a1 , jump down position a2 , write more code.
- navigate file b (usually control-click on identifier), , write code @ positions b1 , b2.
--> i'd modified control-minus knows i'm not interested in jumping previous points in same file, , jumps me a2.
aside pressing ctrl-- several times, maybe option use bookmarks:
ctrl-k ctr-k create/delete bookmark
ctrl-b ctrl-n cycle next bookmark in list
of course don't want leaving bookmarks everywhere otherwise becomes tedious use...
Comments
Post a Comment