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

Request Feature: Select Highlight #76

Open crowoverseer opened 2 years ago

crowoverseer commented 2 years ago

I often work with your extension, when paste code from a snippet collection.

For example, I toggle REPLACE and can see all code in my snippet, needed in changes: static async getREPLACE(params: GetREPLACEParams) { return transport.get<GetREPLACEResponse>({ params }); }

So, it will be great, if I can turn on some "auto-selecting highlights" option when cycling its with shortcut (goToNextHighlight), so I can instantly remove text and change it to something else.