cursorless
cursorless copied to clipboard
Saying `"arg"` before `(` incorrectly jumps to first arg
In the following typescript
foo(bar, baz);
Saying "take arg" with the cursor just before ( selects bar. We should probably fix this bug by switching the argumentOrParameter scope type to use new text-based items, but allowing tree-sitter to determine iteration scope.