Visual Studio window which shows list of methods

后端 未结 20 1795
一向
一向 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 14:57

    There is no direct equivalent to the Outline View in Eclipse. The closest thing I've found is the Class View, which lists all classes and their members/methods. There is a search box at the top to narrow the selection.

提交回复
热议问题