ryu1kn / vscode-text-marker

Visual Studio Code Extension. Select text in your code and mark all matches. The marking colour is configurable
https://marketplace.visualstudio.com/items?itemName=ryu1kn.text-marker
MIT License
87 stars 17 forks source link

Add ability to change highlight color #22

Closed RobertasStrazd closed 6 years ago

RobertasStrazd commented 6 years ago

How I think the process of manually selecting highlighting color should be: Select code and right click -> Toggle highlight -> Select highlight and right click -> Update color -> RGB color picker. or Select code and right click -> Toggle highlight -> RGB color picker.

Love this tool, keep up the good work.

ryu1kn commented 6 years ago

Thanks @RobertasStrazd for the suggestion. How about this flow?

Select code and right click -> Toggle highlight -> Select highlight and right click ->

then, Update highlight ➡️Update colour ➡️Enter colour

This way, we can utilise the command Update highlight which is natural points to start this colour update operation.

ryu1kn commented 6 years ago

Released as v1.8.0! @RobertasStrazd it would be great if you can let me know if you're happy with the functionality :wink:

RobertasStrazd commented 5 years ago

Just now had opportunity to test it. Perfect!