Intelligent file search for windows that can ignore whitespace and search in code?
问题 Does anybody know a Windows based searching tool that is easy to use and is programmer friendly. The functions I am looking for: Ignore white space in search = capable to find myTestFunction ( $parameter, $another_parameter, $yet_another_parameter ) { doThis(); using the query myTestFunction($parameter,$another_parameter,$yet_another_parameter){doThis(); without Regexes. Search code "semantically" (for me, it would have to be PHP): Search in comments only Search in function names only Search