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

In the following function: ```rust #[test] fn test_revset_parse_parentheses() -> eyre::Result { insta::assert_debug_snapshot!(parse("((foo()))"), @r###" Ok( FunctionCall( "foo", [], ), ) "###); Ok(()) } ``` Using the funk modifier does not include...

bug

# The problem Today, the grammar for `"head"` and `"tail"` is quite terse, and leads to ambiguities that require some knowledge to resolve. The `"head"` modifier can select from a...

enhancement

Fixed the v1 to v2 script to preserve order and not drop any values.

help wanted

- [ ] Add cheatsheet to website - [ ] Link to cheatsheet from docs? - [ ] Change web version of cheatsheet to look different somehow

documentation

# Overview One possible approach to #435 is to just turn the core of Cursorless into a [language server](https://microsoft.github.io/language-server-protocol/). On the surface, it seems like it may not be a...

enhancement
code quality

To take the place of the tutorial video on the home page

documentation

In lambda function such as the following: ```typescript () => "whatever"; ``` We'd like to be able to target the right hand side, eg `"whatever"`. We'd like to use one...

enhancement
good first issue

If a lot of text is selected for `scout` or `scout all` it can lock-up talon and your computer for quite a while typing all that text into the find...

enhancement
good first issue

We [swizzled](https://docusaurus.io/docs/swizzling) the Docusaurus SearchComponent in https://github.com/cursorless-dev/cursorless/pull/915 so that we could implement custom contextual optional facet filters in order to prefer user docs or contributor docs, depending whether the user...

documentation
code quality

### Sample Code ```ts const shouldDisableTableUpdate = true; ``` Assume there is a hat over the `u` in `should` | Command | Expected Result | Actual Result | | ---...