cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

Don't let the cursor slow you down

Results 419 cursorless issues
Sort by recently updated
recently updated
newest added

## Use cases "take this" / "chuck this" / "bring this to bat" with cursor at end of token. Note that we don't want to auto-expand for implicit destination for...

enhancement

The new whitespace token cleanup introduced in #1028 is a bit too aggressive. It will remove line indentation in certain situations. For example: ``` foo. ``` Saying `"chuck fine"` will...

bug

In the following code: ```typescript abstract class Foo { protected abstract bar(): void; } ``` The line containing `bar` is not considered a function by `"funk"`.

bug

For me, under certain conditions when a file contains emoji, the decorators are not shown. They seem to still exist because if I do a command like "take air", it...

If a command, eg "chuck" is about to delete something you can't see, it should either fail or warn. Could have a setting to turn this one off if you...

enhancement

The goal of this issue is to add the ability to generate a pdf version of the cursorless html cheatsheet.

- [x] Wait for #599 to merge - [ ] Test locally - [ ] File follow-up PR to rename `cheatsheet_html` to `cheatsheet`. Avoiding that change here so as not...

With cursor at the end of token `foo_bar`, say `"format snake at token"`. Notice that the cursor gets smeared. This issue also affects `"phones"`, becaue it uses the replace action...

bug

In order to make it easier for people to use Cursorless, we'd like to support Cursorless when VSCode is running in a web browser. The approach is roughly as follows:...

enhancement

Given multiple inputs, it can be useful to target a subset of them. For example, I brought a token to two destinations, then wanted to target one of them. It...

enhancement