huoguangjin / MultiHighlight

Jetbrains IDE plugin: highlight identifiers with custom colors 🎨💡
https://plugins.jetbrains.com/plugin/9511-multihighlight
GNU General Public License v3.0
103 stars 22 forks source link

Make highlight case sensitive #36

Open xxxxxxbox opened 1 year ago

xxxxxxbox commented 1 year ago

Please consider making highlight case sensitive.

foo and Foo in python are not the same things.

For example. I'd like to highlight custom class "Request". I've got only a couple of this word in my code. But when I try to do so, MultiHighlight highlight "request" word also. So, I get hundred highlighted words Request/request instead of two.