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

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...

documentation
code quality
cheatsheet

When saying `"bring air before round"`, the inferred target is: ```json [ { "type": "primitive", "mark": { "type": "decoratedSymbol", "symbolColor": "default", "character": "a" }, "modifiers": [] }, { "type": "primitive",...

bug

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...

enhancement
good first issue

### 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`...

enhancement
help wanted

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...

bug

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...

enhancement

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...

enhancement
code quality

To reproduce, put cursors on two lines, and say `"highlight up one"`. Only one of the preceding lines is highlighted.

bug

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/)