cursorless
cursorless copied to clipboard
Don't let the cursor slow you down
We'd like to migrate all of our scope types to use the new scope handler setup introduced in #1031. See - existing scope handlers such as `TokenScopeHandler`, - the `ScopeHandler`...
Fixes #1059 ## 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
Use a one off scope handler to combine the treesitter based implementation with the text based one
- This step will be critical for https://github.com/cursorless-dev/cursorless/issues/1642 - Depends on https://github.com/cursorless-dev/cursorless/issues/2390
In addition to https://github.com/cursorless-dev/cursorless/issues/936, we should have an easy way for the user to reference their own custom alphabet. This could take the form of - A cheatsheet section, and/or...
This would be more welcoming, and make users confident that their language of choice is spoken. It'd also be a good place to list relevant scopes, as well as commentary...
Eep. Should we turn on https://www.typescriptlang.org/tsconfig/#noUncheckedIndexedAccess ? _Originally posted by @auscompgeek in https://github.com/cursorless-dev/cursorless/pull/2552#issuecomment-2250113706_
example text ```latex Recall that we can relate the Fermi energy $E_F = \frac{\hbar^2}{2m}(3\pi^2n)^{2/3}$ to the Fermi temperature: \begin{equation} k_B T_F = \frac{\hbar^2}{2m}(3\pi^2n)^{2/3} \end{equation} ``` We can match on the...
It would be nice if in the following: ```py def aaa(): bbb; ccc; ddd; ``` Saying `"short block bat"` referred to ```py bbb; ccc; ``` We could probably do it...
We want to proceed in the following steps, each in its own PR, in the following exact order: - [x] enable `"@typescript-eslint/consistent-type-imports": "error"` - [ ] enable [`--verbatimModuleSyntax` TS flag](https://www.typescriptlang.org/tsconfig#verbatimModuleSyntax)...