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

per-file highlighting #96

Open edgimar opened 1 month ago

edgimar commented 1 month ago

I find that it is often the case that I use highlighting when analyzing a single file. I am often working with larger projects that have files in different languages. If I highlight a variable in one file, I don't necessarily want to see it highlighted in a different file.

It would therefore be nice if there was a config option to allow highlighting changes in a given file to only apply within that file.