How to actually search all files in Visual Studio

前端 未结 4 1128
眼角桃花
眼角桃花 2021-02-01 11:29

I am using Visual Studio. Say for instance I have a static public method named FooBar() in class Utils. Let\'s also say that I use this method in a lot of .aspx files. Let\'s

4条回答
  •  佛祖请我去吃肉
    2021-02-01 12:24

    So the answer seems to be to NOT use the Solution Explorer search box.

    Rather, open any file in the solution, then use the control-f search pop-up to search all files by:

    1. selecting "Find All" from the "--> Find Next / <-- Find Previous" selector
    2. selecting "Current Project" or "Entire Solution" from the selector that normally says just "Current Document".

提交回复
热议问题