vscode-text-marker
vscode-text-marker copied to clipboard
Request Feature: Select Highlight
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.