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

Feature Request: Named highlight #62

Open wizzard0 opened 3 years ago

wizzard0 commented 3 years ago

Description:

Use case: speed up analysis of log files containing a lot of error codes, IP addresses, GUIDs and so on.

ryu1kn commented 3 years ago

It would be especially helpful if you keep using the same pattern and have many patterns to highlight. Thanks for the suggestion @wizzard0

wizzard0 commented 3 years ago

It would be especially helpful if you keep using the same pattern and have many patterns to highlight. Thanks for the suggestion @wizzard0

Yep if I understood you correctly you mean something like "enter a regex for IP addresses once and then just click highlights to enter a description for instances of a specific address". Would be great indeed.