cursorless
cursorless copied to clipboard
Don't let the cursor slow you down
eg * in python both lists and sets or grouped under `list` * in general functions and lambdas are grouped under `function` * formal and actual arguments are group together...
I propose we add a scope type for the patterns in pattern matches, which are very important in functional languages like Haskell, Scala, and Rust, and increasingly important in languages...
Add a scope type for top-level declarations, e.g., functions, classes, types, interfaces, etc.
I tried using a YAML map inside of a list item and was disappointed with the results I started with a list like this: ``` - foo: bar ``` If...
For discussion over voice. Some sample code for us to look at together (which I will explain as needed over voice): ```go package p type Struct struct { X int...
Use command history analysis to offer predictions for the next action that could be triggered through eye tracker or noise input to save vocal endurance.
## 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
We have various use cases for a more complex way of creating target pipelines, and several possible approaches for implementation. This issue attempts to capture the various approaches, and see...
- [ ] We'll begin by introducing the scope type extension side - [ ] Then when we support amalgamating more granular scope types, we'll figure out how we want...
We are moving towards the new [community snippet format](https://github.com/talonhub/community/tree/main/core/snippets). Existing users who have defined their snippets using [the current Cursorless representation](https://www.cursorless.org/docs/user/experimental/snippets/) will probably want to migrate their snippets to the...