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

Single text highlight, instead of highlighting all the same pattern texts #80

Open ppatel-gh opened 2 years ago

ppatel-gh commented 2 years ago

Hello, Many times I only want to highlight a single line or text snippet and not any other matching text snippet throughout the document, so I wish there was a toggle to disable text matching entirely.

Currently the only options you have are to toggle between Case sensitive/insensitive text matching OR Whole/Partial text matching. There's no option to avoid matching entirely. There are plenty of situations where I don't want to highlight any of the other matching text snippets at all, just highlight a single location. I would love if this feature was added to this extension cause apart from this it covers all my other needs.

ryu1kn commented 1 year ago

Thanks @ppatel-gh for raising this request.

memo: #27 Also talks about the same idea.