Cannot select from Navigation bar in Visual studio

Gideon Engelbrecht 46 Reputation points
2021-06-08T13:11:58.137+00:00

In Visual studio Community 2019 I cannot select from the navigation bar to jump to code.
This started when I upgraded to Version 16.10.0.103385-screenshot-16-li.jpg

Developer technologies VB
Developer technologies Visual Studio Other
{count} votes

5 answers

Sort by: Most helpful
  1. Michael Taylor 60,161 Reputation points
    2021-06-08T14:15:43.17+00:00

    It works for non-fields but not fields. This might be a bug. I recommend you use the Report a Problem tool in VS to demonstrate this problem and report it to MS so they can respond.

    Note that I believe the behavior has changed in that it may not work unless the document is open. This could be tied to the perf changes they have been making to not worry about documents that aren't loaded but the MS team should be able to weigh in. In my case it wasn't even showing fields in the same file.

    1 person found this answer helpful.
    0 comments No comments

  2. Dennis Piepel 6 Reputation points
    2021-07-06T18:23:19.03+00:00

    This problem appears to be fixed in Visual Studio 2019 Version 16.10.3

    1 person found this answer helpful.
    0 comments No comments

  3. Mia Wu-MSFT 327 Reputation points Microsoft Employee Moderator
    2021-07-07T13:47:11.71+00:00
    1 person found this answer helpful.
    0 comments No comments

  4. Milo 11 Reputation points
    2021-12-16T16:56:01.31+00:00

    I'm using Microsoft Visual Studio Community 2022 (64-bit) Version 17.0.3 and it seems the problem is back.

    1 person found this answer helpful.
    0 comments No comments

  5. LesHay 7,141 Reputation points
    2021-12-16T23:59:22.747+00:00

    Hi

    There seems to have been some changes in the way to use the drop downs in latest version(s) - I am using 2022 Community 64bit. I had previously critisised what I perceived to be a missing drop down but it seems it is just a different method to get there (as far as I can remember).

    In the OP image, and using a similar piece of code:
    I added a BackGroundWorker1 to an existing projct code. With an event handler for DoWork.
    Now I need to select the Control in one dropDown and then select the event from the second DropDown (in this case, BackGroundWorker1 and DoWork), and the editor jumps to the code block.

    158349-111.png

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.