cursorless
cursorless copied to clipboard
Don't let the cursor slow you down
- 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...
### 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: -...
## 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...
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...
Adds favicon to the cheatsheet and the docs website. 
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...
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...
Fixes #875 ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)