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

- For `"every this"` with empty selection, expand to iteration scope and yield every scope in that range - For `"every this"` with non-empty selection, yield every scope that has...

Currenlty, `"every small paint"` only returns selections from the first line if it is part of a multi-line pair, instead of returning all the paints in the given pair. The...

bug

### The goal We'd like to enhance the ability for snippets to be used to perform high-level syntactic transformations. To this end we'd like to add the following abilities: -...

enhancement

For function body, class body, etc

enhancement
good first issue

## The problem The [extension sandbox](https://www.cursorless.org/docs/contributing/#steps) can end up with an old version of an extension (especially the parse-tree extension), and it isn't clear that this has happened or what...

good first issue
code quality

It's a bit cumbersome to write our new tree-sitter queries (#616) because there is no autoformatter. I don't know of one today, but we could probably write one by leveraging...

enhancement

Adds favicon to the cheatsheet and the docs website. ![image](https://user-images.githubusercontent.com/12655228/180108853-eb05b13a-0717-46b5-a700-a4e214a903c7.png)

We currently support specifying the scopes in which a particular snippet definition is active but this is not yet implemented. We would like to implement this. Note that we cannot...

enhancement

So could say "take next dollar fine" to select the first `$` after the given token. Could also say "`` ``", eg "second dollar". In addition, could support "next line...

enhancement

Fixes #875 ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)