+1

Combined highlighting of "match case" and "found but not matching case" in different colors

10 years ago 0
Often users have the problem that they have "Match case" turned on accidentally and therefore don't find the respective string. Or another use case: you want to replace all occurrences of a variable "bias" manually and search for it with "Match case", however there is also a method "setBias" in your code which you don't find this way.

I propose to, if "match case" is enabled, also mark occurrences that don't match the typed case (in a different color).