简体   繁体   English

C#Visual Studio 2012如何显示类成员和方法?

[英]C# Visual Studio 2012, how to show class members and methods?

Im searching for a window where I can browse through my C#-Classes. 我正在寻找一个窗口,可以浏览我的C#类。 In Java and Netbeans I always had a nice window, with which I could navigate through all the methods. 在Java和Netbeans中,我总是有一个漂亮的窗口,通过它可以浏览所有方法。

I think I had it opened once, but cant find it anymore. 我想我曾经打开过一次,但现在找不到了。 Already tried all Windows in Tab "View". 已经在选项卡“视图”中尝试了所有Windows。

Thx! 谢谢!

You couldn't of tried them all... 您无法全部尝试...

I think the one you want is: "View" > "Class View" ( Ctrl+W , C ) 我认为您想要的是:“视图”>“类视图”( Ctrl + WC

There is also "Solution Explorer", which is what I prefer to use for navigation ( Ctrl+W , S ) 还有“ Solution Explorer”,这是我更喜欢用于导航的( Ctrl + WS

视图->类视图(Ctrl + W,C)

You are looking for Class view (Ctrl+W,C) 您正在寻找类视图(Ctrl + W,C)

or for complete solution solution explorer(Ctrl+W,S) or 或用于完整的解决方案解决方案资源管理器(Ctrl + W,S)

Both of them are available under view--> Solution Explorer and view-->Class View 两者都可以在视图->解决方案资源管理器和视图->类视图下使用

You can use Ctrl + , to browse and navigate to all classes , methods and properties fast . 您可以使用Ctrl + ,来快速浏览和导航到所有classesmethodsproperties add .cs after the name to search only for classes. 在名称后添加.cs以仅搜索类。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2012“ Visual C#类”模板位置 - Visual Studio 2012 “Visual C# class” template location Visual Studio 2012:类中所有方法的列表 - Visual Studio 2012: List of all Methods in class 如何正确使用C#Visual Studio 2010中另一个类中的一个类的方法 - How can I properly use methods from a class in another class in C# Visual Studio 2010 在c#下使用Visual Studio 2012创建.sql脚本,以及如何运行它? - create .sql script with Visual Studio 2012 at c# and how run it? 如何在Win 7 visual Studio 2012中的C#中禁用#if DEBUG - how to disable #if DEBUG in C# at Win 7 visual studio 2012 如何在Visual Studio 2012中指定特定的texbox填充c# - how to specify an specific texbox to fill in c# in Visual Studio 2012 如何在Visual Studio 2012 C#项目中使用SQLConfigDataSource - How to Use SQLConfigDataSource in a Visual Studio 2012 C# Project 如何将C#安装到Visual Studio 2012 Ultimate - How To Install C# to Visual Studio 2012 Ultimate 如何在Visual Studio 2012中部署具有所有依赖项的C#项目 - How to Deploy c# project with all dependencies in visual studio 2012 如何在Visual Studio 2012 C#上更新我的数据源? - How to update my data sources on visual studio 2012 c#?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM