CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2016
    Posts
    35

    Bookmarks in VS 2015

    In Visual Studio 2008, there is an option to move to the previous or next bookmark in the current document.

    This was replaced in Visual Studio 2015 with move to the previous or next bookmark in the current folder!

    Very disappointing. It is more useful to move around bookmarks in a document than in a folder! Specially if the document is large.

    Any possible way of going back to the VS 2008 option for bookmarks in a document?

    thanks...

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Bookmarks in VS 2015

    Do you have focus on the code page window when you cycle through the bookmarks? Or is focus on the solution explorer? It might make a difference.

  3. #3
    Join Date
    Jul 2016
    Posts
    35

    Re: Bookmarks in VS 2015

    Hi Arjay,

    I does not seem to make any difference where the focus is. But normally, my focus is on the current cpp or h file I've bookmarked.

    I have attached screen captures of the vs2008 and vs2015 available bookmarks.

    vs 2008 Name:  VS2008 bookmarks.PNG
Views: 174
Size:  8.3 KB

    vs 2015 Name:  VS2015 bookmarks.PNG
Views: 211
Size:  3.7 KB

    Note that vs2008 has two additional icons to the right of the folder option for moving around the document bookmarks.
    Last edited by robertzp; July 15th, 2018 at 02:53 PM.

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Bookmarks in VS 2015

    I don't have VS 2015, I have 2017. I would expect the IDE is similar though. Even though the additional icons don't show up, you can add them to the bookmarks toolbar (not the bookmarks window).

    The bookmarks toolbar appears up in the menu area. You can click the down arrow to the right of the toolbar bookmark icons and click "Add or remove buttons". Then you'll get a list of bookmark related operations to add. Just click on the ones you want and they'll appear in the toolbar.
    Name:  Bookmarks.jpg
Views: 183
Size:  29.0 KB
    Then the bookmark toolbar will appear with the missing icons.
    Name:  Bookmarks1.png
Views: 163
Size:  1.4 KB

    Hope this helps (and hope this is available on VS 2015).

  5. #5
    Join Date
    Jul 2016
    Posts
    35

    Re: Bookmarks in VS 2015

    Arjay,

    It was a little tricky to find the bookmark toolbar customization.

    But I was able to find it in VS2015 by clicking on View - Toolbars and checking Text Editor!

    Go figure! You can now add or remove bookmark buttons as you described.

    Thanks....

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

Featured