Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Column JumpNew to Visual Studio Code? Get it now.
Column Jump

Column Jump

CodeCreator

|
356 installs
| (0) | Free
Jump to the next non-empty row in the same column
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

column-jump README

  • column-jump.jumpUp: Navigate cursor up to next non-empty row in the same column
  • column-jump.jumpDown: Navigate cursor down to next non-empty row in the same column

Demo

Demo

Usage

Recommend to remap to a convenient keybinding.

    {
        "key": "alt+up",
        "command": "column-jump.jumpUp",
        "when": "editorTextFocus"
    },
    {
        "key": "alt+down",
        "command": "column-jump.jumpDown",
        "when": "editorTextFocus"
    }
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft