cursorless
cursorless copied to clipboard
Don't let the cursor slow you down
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...
# 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...
Fixed the v1 to v2 script to preserve order and not drop any values.
- [ ] Add cheatsheet to website - [ ] Link to cheatsheet from docs? - [ ] Change web version of cheatsheet to look different somehow
# 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...
To take the place of the tutorial video on the home page
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...
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...
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...
### Sample Code ```ts const shouldDisableTableUpdate = true; ``` Assume there is a hat over the `u` in `should` | Command | Expected Result | Actual Result | | ---...