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

Option to select whole words only #37

Open xxxxxxbox opened 1 year ago

xxxxxxbox commented 1 year ago

Please consider adding option to select only whole words.

For example. I'd like to highlight whole word "request" but not higlight "_dump_request" etc.

Class Foo (request: Bar):
        data = self._dump_request(request)
        json_data = self._json_request(request)
        baz.request = data
        ...