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

New Feature: Create an option to "Load All Highlights" #79

Open mpinto70 opened 2 years ago

mpinto70 commented 2 years ago

The extension is awesome, thank you.

I have been using the "Save All Highlights" a lot. And I change the colors, and the higlight regex frequently. Every time I do this, I have to Ctrl+Shift+P Reload Window for the changes to take effect. This operation takes some time, I think it would be faster and more practical if there were an option to Load All Highlights.

Thank you