Does VB have a nice way to jump around to points in your code that you are constantly going back and forth to so you don't have to scroll around and remember line numbers?
Printable View
Does VB have a nice way to jump around to points in your code that you are constantly going back and forth to so you don't have to scroll around and remember line numbers?
youc an use bookmarks... it is really the best thing you can for what you want to do.. just right click on the side of you code (where you would put a break point) and right click.. select toggle -> bookmark... a little blue shape pops up.. then you can go to each bookmark using the toolbar :D
Thanks Matt,
Putting the bookmark in was easy. How do you jump to them?
go to view -> toolbars -> and add edit to your IDE toolbars... the little flags are your bookmark navigation buttons.