Bookmarks Specific Lines Visual Studio

Asked

Viewed 133 times

3

Is it possible to place bookmarks on any line of code? style as Ides ta Inteliji? I took a legacy code here that has 12k lines a report class, I spend a lot of time finding the main methods, even with Codemap is unviable, has more than two hundred methods....

1 answer

4


Yes, it is possible. The keyboard shortcut is CTRL+K+K. To navigate between bookmarks, use CTRL+K+N to advance to the next Bookmark.

Editing I just found that the "official" shortcuts are different:

  • CTRL+B+K to create or destroy Bookmark;
  • CTRL+B+N to go to the next;
  • CTRL+B+P to go to the previous Bookmark.

The two shortcuts I mentioned earlier also work, but do not have an equivalent to go to the previous Bookmark.

  • Great!!! Almost excellent, kkkk, don’t have a panel to view? Just the next view (in case k+n)? It saves this in project files or in local VS settings (for team purposes use such shortcuts via git web repository)?

  • I already found the Bookmark window, kkkkk, vlw anyway! about saving, you know?

  • 1

    Bookmarks are in a binary file. Search for an extension file .suo in your solution ;)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.