Question About Search Rule

Answered

For Example, there is a field 'String orderName;'. When I type 'ornam' in Search EveryWhere, the results contains the field. However, when I type 'odnam', the result does not contain the field.

 

I wonder, in order to search 'odnam' to get the target result, what I shoud do.

 

Thanks

0
1 comment

This matching logic is not customizable. IDE tries to guess the best match based on the substring entered. Here it takes two sub parts of the symbol which are order and Name and matches them against their first characters. Otherwise it would give too many false positives.

1

Please sign in to leave a comment.