cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

Saying `"arg"` before `(` incorrectly jumps to first arg

Open pokey opened this issue 3 years ago • 0 comments

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.

pokey avatar Jul 04 '22 17:07 pokey