Visual Studio 2012: List of all Methods in class

前端 未结 3 1652
萌比男神i
萌比男神i 2021-01-12 21:01

In VS 2010, is there a way to see all the Methods in a docked window for the currently viewed class. Clicking the method would let me navigate to it.

This question i

3条回答
  •  余生分开走
    2021-01-12 21:28

    You have VS 2012. This version has enancements in Solution Explorer.
    If you expand a class file node you will see all classes.
    And if you expand a class node you will see all its members.

    See http://blog.wpfwonderland.com/2012/08/04/visual-studio-2012-tidbits-01-class-members-in-solution-explorer for an explanation.

提交回复
热议问题