vscode_block_travel
vscode_block_travel copied to clipboard
Block travel extension for VSCode
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":...
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...
The jumps don't take into account code folding. It opens folded code. Reproduce: Ctrl-k Ctrl-0 : fold all Jump around
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