Visual Studio window which shows list of methods

后端 未结 20 1860
一向
一向 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:05

    In Visual Studio 2019, there is the "Go To Member" action located in Edit - Go To that is mapped by default to ALT+\. I think this was added in Visual Studio 2017.

    This is what pops up which provides the desired functionality and a couple of options:

提交回复
热议问题