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

https://pnpm.io/catalogs (new in pnpm v9.5.0) TODO: does dependabot or renovate bot understand pnpm workspace catalogs?

code quality

The communities are pretty helpful for getting started! We should probably link them on: - [ ] Wherever "getting started" on the homepage lands to, which is currently https://www.cursorless.org/docs/ -...

documentation

it looks like the "item" is not properly visualized. Here is the screenshot. ![image](https://github.com/user-attachments/assets/f2845626-b202-46d0-9553-709022905e59)

Pokey needs to do: - [x] https://github.com/cursorless-dev/vscode-parse-tree/issues/88 Discussion: - [ ] https://github.com/cursorless-dev/cursorless/pull/2628, "Basically I didn't want to touch our csv parser without first talking to pokey since a lot of...

When using large files. eg a json file with a 100 000 lines our scopes that looks at the entire file are quite slow. That two main cases for this...

performance

I did take a look through the issues to see if this was documented somewhere but I didn't find it. Say I have something like: ```rust if foo && bar...

### Issue: Clone Call in TypeScript Adds Spaces Causing Syntax Errors #### Description: When using the "clone call" feature in TypeScript, the new call is separated from the old call...

We had user that disabled a spoken form in the csv file which broke our cheatsheet ``` > user.private_cursorless_cheat_sheet_show_html() KeyError: 'applyFormatter' ``` Since we actually instruct people how to do...

macos tests fails randomly sometimes on CI. ![image](https://github.com/user-attachments/assets/eb4cf3ee-8c64-47db-b22a-c9671c2bab69) Pokey tried bumping the sleep but hasn’t been able to get it to pass reliably. The workaround in the meantime is to...

app-vscode

If you want to enforce your suggested style I'd recommend enabling [`@typescript-eslint/consistent-type-exports`](https://typescript-eslint.io/rules/consistent-type-exports/). We'd like to use ``` {fixMixedExportsWithInlineTypeSpecifier: true} ``` _Originally posted by @auscompgeek in https://github.com/cursorless-dev/cursorless/pull/1829#discussion_r1312975179_