Results 1 to 4 of 4

Thread: Navigating through code

  1. #1
    nottheboss
    Guest

    Question Navigating through code

    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?

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    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

  3. #3
    nottheboss
    Guest
    Thanks Matt,

    Putting the bookmark in was easy. How do you jump to them?

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    go to view -> toolbars -> and add edit to your IDE toolbars... the little flags are your bookmark navigation buttons.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width