class name and method name dropdown list is missin

2019-01-06 12:52发布

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.

5条回答
做个烂人
2楼-- · 2019-01-06 13:05

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.

查看更多
该账号已被封号
3楼-- · 2019-01-06 13:07

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

navBar

(Picture is from VS2013)

查看更多
做个烂人
4楼-- · 2019-01-06 13:07

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

查看更多
Fickle 薄情
5楼-- · 2019-01-06 13:18

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.

查看更多
一夜七次
6楼-- · 2019-01-06 13:19

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.

查看更多
登录 后发表回答