Daniel S Poulin

Results 53 comments of Daniel S Poulin

I implemented a test and identified that it was missing some cases. In particular, if the start of the selection was before the opening pair it would reduce the selection...

Thanks so much! My next hacking session on this might not be for a little while but I should be a lot more productive on it now

> Can we split these tests out into `helix-term/tests/test/movement.rs` or at least add a few cases there? `mam`/`mim` could really use some overall tests and the tests should end up...

Tests have been translated over to the new integration system, but they're still not passing. Ran out of time to work through correctness issues with test cases. Will come back...

There's an issue with the PR and counts that I need to address, and staring at the code some more I think there's some more simplification to do.

Tests all pass now, the trouble was with the skip logic. There remains the pathological case of when a single character cursor is on the opening of a pair, but...

My understanding is that the feedback has been addressed, is there anything else needed here?

I like this in spirit, but the functionality overlaps a bit with the `s` symbol picker. I'd rather see the symbol picker learn to fall back to tree-sitter objects when...

As a workaround, you can disable auto-format for rust in your `~/.config/helix/languages.toml` as shown in the [docs](https://docs.helix-editor.com/languages.html) . You might want to run helix with the `-v` flag to output...