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

# The problem Along the lines of #678, it would be useful to be able to see our test cases in a web representation. This view would enable us to...

enhancement
code quality

- [ ] Video - [ ] Developer overview in contributor docs - [ ] Diagram - [ ] Docstrings on things like `Target`, `BaseTarget`, etc - [ ] Add...

documentation
code quality

Currently, we just try to use the html parser for xml. That works some of the time, but is not very consistent. We should use a proper tree-sitter-xml. The only...

bug
enhancement
code quality

When saying `"chuck trailing every block"`, I get the error `No available trailing range`. This is because the final block doesn't have any trailing range. I'm not sure quite what...

bug

```js a b | ``` `bring past air chuck source` removes the new text as well as the source

bug

- [ ] "inside" / "outside" / "pair" can be applied to anything that has an interior and scope starters / enders, eg an `if` statement, surrounding pairs, functions, strings,...

enhancement

Planning to use #205 as the example - [ ] And add link to video to docs

documentation

This was glue code for legacy implementation when doing #672

code quality

### Background Currently Cursorless uses a custom pattern definition DSL alongside a set of helper functions in [nodeMatcher.ts](https://github.com/cursorless-dev/cursorless/blob/6c63c210a217549cebd4ff846f4eaff9c23d50f7/src/util/nodeMatchers.ts) to match various scope types, such as `item` within a list or...

enhancement
code quality

See https://github.com/pokey/cursorless-vscode/discussions/506 if you'd like to discuss / provide feedback on individual ideas - [ ] More what’s next videos, maybe looking more at projects and milestones - [ ]...

documentation