Visual Studio窗口,其中显示方法列表 [英] Visual Studio window which shows list of methods

查看:691
本文介绍了Visual Studio窗口,其中显示方法列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Visual Studio中,是否有一个窗口显示活动类中的方法列表?像解决方案资源管理器这样的小窗口会很棒.在Eclipse中,只有一个.

In Visual Studio, is there a window which shows list of methods in the active class? A small window like the Solution Explorer would be great. In Eclipse, there is one.

推荐答案

在代码窗口上方有一个下拉列表:

There's a drop down just above the code window:

它称为导航栏,包含三个下拉菜单:第一个下拉菜单包含 project ,第二个 type 第三个成员 (方法).

It's called Navigation bar and contains three drop downs: first drop down contains project, second type and third members (methods).

您可以使用快捷键 Ctrl + F2 (将焦点移至 project 下拉菜单),然后按 Tab 两次(将焦点移至第三个下拉菜单)将其聚焦,向下箭头将扩展列表.

You can use the shortcut Ctrl + F2 (move focus to the project drop down) and press Tab twice (move focus to the third drop down) to focus it, down arrow will expand the list.

全尺寸图片

这篇关于Visual Studio窗口,其中显示方法列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆