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: go to next/previous highlight to cycle through all highlights #61

Open bobatsar opened 3 years ago

bobatsar commented 3 years ago

I use this extension for highlighting different parts in logfiles. I would like to cycle through all highlights not only the same as the currently selected.

Is this already implemented?

Thanks for the great extension.

ryu1kn commented 3 years ago

Thanks @bobatsar for the request. It would be handy, for example, if you're interested in particular 3 user IDs in the log and you want to jump to any of them but not others.

No, it's not implemented yet. Go to next/previous jumps to the same pattern.