cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

As a user i would like a way to flash a target so i can practice cursorless language easily

Open jaresty opened this issue 11 months ago • 1 comments

Problem: there currently isn’t a way to test my understanding of the language that leaves the editor in the same state from which I started. Highlight is close, but it still requires another command to disable the highlight that was applied. I would like a command, similar to highlight but that just flashes the targets and then turns the highlight off. This would enable me to try out various targets in quick succession to validate my understanding of the language.

jaresty avatar Mar 23 '24 22:03 jaresty

Here's a workaround for now: add the following to a context where Cursorless is active (eg vscode.talon)

flash <user.cursorless_target>: user.cursorless_get_text(cursorless_target)

Then you can say eg "flash funk air"

pokey avatar Mar 24 '24 18:03 pokey