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

I tried "pour element", and found it quite bothersome that it tried to insert a space instead of making a new line, like the old behaviour. I would argue that...

enhancement

"every section" should refer to ever section in the grandparent section, but seems to select the grandparent itself 🤔. Might be worth waiting for #629

bug

It is not clear in the documentation that these comments work only on vscode: `cursorless help`, `cursorless instructions`

documentation
good first issue

Every time you issue "pre", "post", "take", or "clear", it will capture previous cursor location and keep it up to date Can use "bounce" or just "back" for this one...

enhancement
help wanted

# The problem For some people, our cheatsheet will open the raw HTML in an editor if they have that set as their default for HTML. The problem is that...

documentation

Would be great if you could print a poster (or order one - $$) with the cheatsheet, reference information, etc. Perhaps the "print your own" version could split it into...

### The problem There is currently no way for a user to know when we release new features in cursorless. We'd like some way to highlight new features for users....

documentation
help wanted

[esbuild will parse and ignore type imports](https://esbuild.github.io/content-types/#typescript), so let's actually give it this information. [@typescript-eslint/consistent-type-imports](https://typescript-eslint.io/rules/consistent-type-imports) Ref: #714 ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)

- [x] Are we not using `typescript-eslint/recommended`? If not, try it - [ ] Ensure we're using [`no-unnecessary-type-assertion`](https://typescript-eslint.io/rules/no-unnecessary-type-assertion). Should come from `recommended` above - [ ] Ensure we're using [`explicit-function-return-type`](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/explicit-function-return-type.md)....

code quality