开发者

Document Outline VS2008 for classes

开发者 https://www.devze.com 2022-12-12 08:50 出处:网络
Is there a sort of class outline window in VS2008? I have checked the document outline, but it\'s not for classes. Then there\'s the class view window, but it shows you e开发者_StackOverflow中文版ver

Is there a sort of class outline window in VS2008?

I have checked the document outline, but it's not for classes. Then there's the class view window, but it shows you e开发者_StackOverflow中文版verything. I'm searching for something similar like Outline in Eclipse where you can see all fields, properties, methods of a class.


In visual studio, right click on project, and select View Diagram. You will get what you are looking for.

In case you have very large project, I mean your project contains lot of classes. The view will of classes will be very small.

To enlarge the view use "ctrl + scroll mouse". I do not know other trick yet :(

0

精彩评论

暂无评论...
验证码 换一张
取 消