vscode-text-marker icon indicating copy to clipboard operation
vscode-text-marker copied to clipboard

Request Feature: Select Highlight

Open crowoverseer opened this issue 3 years ago • 0 comments

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.

crowoverseer avatar Mar 02 '22 10:03 crowoverseer