Is there an easy way to jump right to a method within a file?

前端 未结 7 509
生来不讨喜
生来不讨喜 2021-01-12 04:42

I just installed Visual Studio 2012 and am having a hard time navigating within a file. What I\'d like to be able to do is type in one or more characters of a class, method

7条回答
  •  心在旅途
    2021-01-12 05:09

    In VS 2017 (not sure, may be also work for some previous versions):

    • Ctrl + T (or Ctrl + ,) to open Go To All window, then
    • Ctrl + Alt + C to enable current document scope. There is an appropriate button in Go To All window that displays document stope is enabled or not.

提交回复
热议问题