sashaweiss / vscode_block_travel

Block travel extension for VSCode
https://marketplace.visualstudio.com/items?itemName=sashaweiss.block-travel
MIT License
25 stars 4 forks source link

block-travel

Navigate documents, jumping by paragraph! Jumps up or down to nearest all-whitespace line.

Inspired by Atom Block Travel.

Features

Travel in a text editor by jumping over code "paragraphs", to the closest empty line, optionally selecting text along the way.

The following commands and corresponding default keybindings are provided:

block-travel.jumpUp: alt+up
block-travel.selectUp: alt+shift+up
block-travel.jumpDown: alt+down
block-travel.selectDown: alt+shift+down

See a demo below!

Demo gif of block-travel at work

Issues

Please let me know of any bugs via the issues page!

Release Notes

See the CHANGELOG