Visual Studio window which shows list of methods

后端 未结 20 1779
一向
一向 2020-12-07 14:37

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.

20条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 15:03

    I have been using USysWare DPack since forever. It is very small and not intrusive so if all you want is a quick shortcut window showing list of methods of the current file you are using, it provides just that. Good thing is that the author is still active after more than 10 years just to keep providing the same features into latest VS release.

    https://marketplace.visualstudio.com/items?itemName=SergeyM.DPack-16348

    After installation, just use Alt + M to bring up the method list window. I prefer to show all members instead, but it's up to you.

提交回复
热议问题