Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>skipColonNew to Visual Studio Code? Get it now.
skipColon

skipColon

selimAP

|
1 install
| (0) | Free
Skip semicolons after accepting CSS suggestions by moving the cursor past them automatically.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

skipColon

Moves the cursor past an existing semicolon (;) in CSS/SCSS/LESS after accepting IntelliSense suggestions.

What it does

When a completion inserts a value and your cursor ends up right before a semicolon:

justify-content: center|;

skipColon moves it to:

justify-content: center;|

Supported languages

  • CSS
  • SCSS
  • LESS

Notes

  • No keybindings required.
  • Works automatically in the active editor.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft