cursorless
cursorless copied to clipboard
Don't let the cursor slow you down
Basic docs introduced in #1718. In addition, we'd like to: - [ ] How CI works - [ ] Add note about the fact that the cheatsheet doesn't get rolled...
When saying `"bring air before round"`, the inferred target is: ```json [ { "type": "primitive", "mark": { "type": "decoratedSymbol", "symbolColor": "default", "character": "a" }, "modifiers": [] }, { "type": "primitive",...
Settings currently only support up to 8 colors. Using more than 8 colors could help keep commands short e.g. "pre blue air" instead of "pre blue play air". Preferably support...
### Use Case: ``` Given(/^We navigate to the homepage$/) do driver.navigate.to "http://google.com/" end ``` I would like to be able to comfortably select the text `We navigate to the homepage`...
In the following typescript ```typescript foo(bar, baz); ``` Saying `"take arg"` with the cursor just before `(` selects `bar`. We should probably fix this bug by switching the `argumentOrParameter` scope...
For example ```typescript type Foo = Bar | Baz | Bongo; ``` We'd like to be able to say eg "take item bat", to select `Bar`, or "take every item...
Once we have #484, we can greatly simplify our surrounding pairs code. In the process, we'd like to do the following: - [ ] Only deal with expanding from a...
To reproduce, put cursors on two lines, and say `"highlight up one"`. Only one of the preceding lines is highlighted.
This stops capturing and buffering stdout and stderr when installing extensions in the sandbox, so live progress is visible. ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)