cursorless
cursorless copied to clipboard
Don't let the cursor slow you down
Our policy is to support VSCode versions up to a year old. Thus, we bumped our VSCode dependency version in #2273. We can take advantage of this step to remove...
  this feature request is about being able to sort a set of targets using a second set of targets to decide the order in other words, decouple what...
## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet I am...
In the following Python code: ```py def aaa(): bbb = 0 ccc = 0 ddd = 0 ``` When you say `"two states backward"` from `ddd = 0`, you get...
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...
Discussed with Pokey at Cursorless meetup last weekend about Pyright CI. Posting this here as a discussion to evaluate if Pyright is useful for Cursorless in its CI pipeline. ###...
## What Adds support for some next gen scopes to `shellscript` programming language. This is something I did recently while working on some bash scripts, but haven't had time to...
Adds a flake I have been using for development on a Nix box, which I've confirmed works to run pre-commit linting, correctly installs plugins, can debug extension, etc. ## Checklist...
Multiple users have had errors with this. This adds verbosity so we don't need to merge necessarily if you want a very terse installation process but I think it might...