Feature request: Add filter option in Find in Files to include/exclude code removed by macros
In the Find in Files window, we can already set filters like Anywhere, In Comments, In String Literals, etc.
It would be very useful to also have an option to include or exclude code that is removed/disabled by macros (e.g., code inside #if 0 ... #endif, or excluded by other macro conditions).
For example, a filter option such as Except Macros would make searches more accurate when working with heavily macro-controlled projects.

Please sign in to leave a comment.