class name and method name dropdown list is missing (visual studio setting)

Visual StudioVisual Studio-2012Visual Studio-2008Visual Studio-2015Visual Studio-2005

Visual Studio Problem Overview


Does anyone know how to get my class name and method name dropdown lists again? It's the dropdown lists that are usually above the code. It's just a setting but i can't seem to find it. I don't want to reset my setting btw. I shouldn't have to.

Visual Studio Solutions


Solution 1 - Visual Studio

Tools-->Options... Text Editor-->All Languages Check "Navigation Bar."

navBar

(Picture is from VS2013)

Solution 2 - Visual Studio

Tools - Options - Text Editor - (choose the type of file - C#, html, etc) - General

In the bottom section of the form (The "Display" area) make sure that "Navigation Bar" is checked.

Solution 3 - Visual Studio

Actually there is a bug in VS2013, where if you place VS on the monitor on the left side, and this is not your primary monitor, then the dropdowns will not work.

Solution 4 - Visual Studio

I came here searching for a solution for javascript/node.js specifically (in VS 2013). Only by doing further search I found out that this feature has been removed (from RC) due to stability/performance reasoning and is not available anymore.

https://connect.microsoft.com/VisualStudio/feedback/details/806325/javascript-navigation-bars-are-missing-after-upgrading-from-vs2013-pro-rc-to-rtm

Also, I did not see this added again through either node tools or web essentials.

Solution 5 - Visual Studio

In VS2015 I just had to toggle this setting off then back on again to get the navigation bar back.

Solution 6 - Visual Studio

If you want a list of javascript functions that works similar to the navigation bar in the VB or C# pages then search for the extension inside Tools > Extensions and Updates...

Javascript Map Parser

You have to add in aspx into the pages is parses but it's exactly what I needed to quickly find functions in a big section of Javascript I had.

Solution 7 - Visual Studio

Make sure you in code behind file.

In my case I was looking at code (VB) server side code inside .aspx page, and the dropdown only for code behind files (.aspx.vb or aspx.cs)

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionEricView Question on Stackoverflow
Solution 1 - Visual StudioAJ.View Answer on Stackoverflow
Solution 2 - Visual StudioDavidView Answer on Stackoverflow
Solution 3 - Visual Studiogd73View Answer on Stackoverflow
Solution 4 - Visual StudioAndreas ReiffView Answer on Stackoverflow
Solution 5 - Visual StudioArthur DentView Answer on Stackoverflow
Solution 6 - Visual Studiosizzler4evaView Answer on Stackoverflow
Solution 7 - Visual StudioestinamirView Answer on Stackoverflow