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

Choose a color on highlight #32

Closed michalovjan closed 1 year ago

michalovjan commented 1 year ago

Hi! Is there a possibility for feature to simply choose the highlight color on highlighting?

I have a vague idea how this could work. On keybinding( probably new one like cmd+\ ), you would get a popup with a list of available colors ordered as in settings and you could use additional keystroke like a number from 1-9 to select a color from keyboard or simply just select with mouse.

It would be super useful because sometimes I want to split my code into 2 or 3 parts and it's hard to do with cycling colors.

huoguangjin commented 1 year ago

I see. It is a nice feature which I really want too. The popup UI for selecting colors could be like the Mnemonic Bookmark.

Add Mnemonic Bookmark

michalovjan commented 1 year ago

That would be super awesome.

huoguangjin commented 1 year ago

Different style of options list

huoguangjin commented 1 year ago

Feature implemented. Version 3.1.0 has been uploaded to the plugin marketplace and is now under review, it will be approved within two days if it goes well.

If you cannot wait to have a try, you can still install from Release.

highlight with specified color

michalovjan commented 1 year ago

thank you very much @huoguangjin!