jmfirth / vsc-space-block-jumper

Space Block Jumper helps you navigate through space-delimited blocks.
MIT License
13 stars 3 forks source link

Doesn't work with multiple cursors #5

Open tobia opened 3 years ago

tobia commented 3 years ago

If I have multiple cursor (or multiple selections) and hit any of the key bindings, it collapses the multiple selections to the first one and then executes the action.

Instead, it should execute the action separately for each cursor or selection.

This is important, for example when editing config files with many identical blocks, separated by blank lines.

mmcintyre123 commented 11 months ago

Piggybacking on @tobia 's comment. I have been hunting for an extension that does this. Sublime text had this functionality, but we need it in vscode. Following...