Filter mode for Goto Files

  • Thread starter Thread starter TobixDS
  • Start date Start date
T

TobixDS

Guest
Hi there somewhere a switch to configure the filtering mode when searching source code files?

I would really appreciate if the function would not try to find all characters but instead would use a substring search - separated by blanks (that is the Visual assist used to work).

Example

A search for a .proto file

"f str .proto"

currently brings strange results like

resulto.cpp
c:\projects\sample\resulto.cpp

as all letters can be found somewhere - even the path.

I Would expect, that all non-separated strings ("str" and ".proto") yield results, if they can be found as concatenated string like

my_string.proto

That would reduce the results significantly and give a much better matching.

Is the matching mode configurable?

Thanks

Continue reading...
 
Back
Top