Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Ignore WhitespaceNew to Visual Studio Code? Get it now.
Ignore Whitespace

Ignore Whitespace

Eldad Bercovici

|
83 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ignore Whitespace

Traverse code while ignoring whitespace.

Without Ignore Whitespace (using Alt + ←/→):

before

With Ignore Whitespace:

after

Recommended modification to keybindings.json:

  {
    "key": "cmd+alt+left",
    "when": "editorTextFocus",
    "command": "ignore-whitespace.moveToPrev"
  },
  {
    "key": "cmd+alt+right",
    "when": "editorTextFocus",
    "command": "ignore-whitespace.moveToNext"
  }
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft