vscode_block_travel icon indicating copy to clipboard operation
vscode_block_travel copied to clipboard

Block travel extension for VSCode

Results 5 vscode_block_travel issues
Sort by recently updated
recently updated
newest added

It would be really nice to be able to use these features with multiple cursors. In sublime text I achieve this functionality by assigning built in commands to two keyboard...

This plugin overwrites default VSCode shortcuts and it shouldn't. Right now this is the only way I can find to undo what this plugin does: ``` { "key": "shift+alt+down", "command":...

keyboard-shortcut

When I use any block travel command they are added to the VSCode history. AFAIK in the undo stack we only want changes to the text, not cursor movements and...

bug
help wanted

The jumps don't take into account code folding. It opens folded code. Reproduce: Ctrl-k Ctrl-0 : fold all Jump around

bug
help wanted

see https://github.com/microsoft/vscode/issues/114166 noticed via https://github.com/jmfirth/vsc-space-block-jumper/issues/8 FTR on https://github.com/Microsoft/vscode/issues/10093 @sashaweiss