We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am using ARM Development Studio as my development environment. One of the things that bugs me for a long time is the fact that when using the Search dialog (Ctrl+H when editing), then the search result view includes irrelevant results, like files that are excluded from the build, not to mention temporary files created by external tools. That's even when selecting the "Enclosing Project" search option. This creates clutter, which is our case, when projects contain hundreds of files (where only a subset are included in the active build configuration), and makes analyzing the results unnecessarily more cumbersome.
Is there a way to tell Search to not display the excluded files?
Note: I am aware of the "Working Set" search option, that would allow the precise selection of a subset of the files in the filesystem, but again, when dealing with hundreds of files, and changing build configurations, this become impractical.
Thanks.