简体   繁体   中英

Visual Studio Solution Explorer doesn't find everything

I want to find all the files in the solution that include some word. I used to just run search in the commander (Unreal Commander to be specific), but it would be convenient sometimes to do that without leaving IDE.

But solution explorer doesn't find every entry: 在此处输入图像描述

Even though "find references" does find it:

在此处输入图像描述

Is there a way to list all the files that have a specific word from inside Visual Studio and quickly cycle through it? It would make perfect sense to see that feature in Solution Explorer ( Ctrl + ; and arrows ), but for some reason it doesn't find everything.

I'm using Visual Studio Community 2015 Update 3

You can do CTRL + F and then choose entire solution then find all.

A list of files that contains this word will appear in a Window.

For me I found the search within file contents was unchecked. As soon as I checked this it worked again.

Just to the right of the x of the search bar, hit the drop down arrow and check "Search within file contents"

显示在文件内容中搜索的下拉菜单的屏幕抓取已勾选

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM