缺少类名和方法名下拉列表(可视化工作室设置)

有人知道如何再次获得我的类名和方法名下拉列表吗?下拉列表通常位于代码之上。这只是一个设置,但我似乎找不到它。顺便说一句,我不想重置我的设置。我不该这么做的。

59631 次浏览

工具-选项-文本编辑器-(选择文件类型-C # ,html,etc)-常规

在表单的底部(“显示”区域)确保选中了“导航栏”。

Tools-->Options... 文本编辑器—— > 所有语言 检查“导航条”

navBar

(Picture is from VS2013)

实际上 VS2013中有一个 bug,如果你把 VS 放在显示器的左边,而这不是你的主显示器,那么下拉框就不起作用了。

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.

在 VS2015中,我只需要切换这个设置,然后再次打开导航栏。

如果你想要一个类似于 VB 或 C # 页面中导航栏的 javascript 函数列表,那么在 Tools > Extended and Update 中搜索扩展..。

Javascript 地图解析器

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.

请确保您在代码后面的文件。

在我的案例中,我看到的是代码(VB)服务器端代码。Aspx 页面,下拉列表只适用于文件后面的代码(。Vb 或 aspx.cs)