Navigation in visual studio using bookmarks
-
Hello: Navigation in visual studio seems a big prob when u are working on a big solution, the bookmarks provided in VS only help us navigate within the same file , what if we have to go from one file to another of different projects , can any one recommend me some solution Thanks Muhammad Ahmed Ahmed
-
Hello: Navigation in visual studio seems a big prob when u are working on a big solution, the bookmarks provided in VS only help us navigate within the same file , what if we have to go from one file to another of different projects , can any one recommend me some solution Thanks Muhammad Ahmed Ahmed
-
Hello: Navigation in visual studio seems a big prob when u are working on a big solution, the bookmarks provided in VS only help us navigate within the same file , what if we have to go from one file to another of different projects , can any one recommend me some solution Thanks Muhammad Ahmed Ahmed
I typically use a break point, not for the reason of breaking at that line of code, but for marking a line of code for later return. As a bonus, if the IDE is shut down, the break points are saved whereas bookmarks are not (they used to be in earlier versions of VC++).
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen