Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Blank Line OrganizerNew to Visual Studio Code? Get it now.
Blank Line Organizer

Blank Line Organizer

ctf0

|
5,670 installs
| (1) | Free
Removes unnecessary blank lines and adds if needed
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Blank Line Organizer

based on https://github.com/rintoj/blank-line-organizer + cleanups

Config

"blankLine.keepOneEmptyLine": true,
"blankLine.languageIds": ["*"] // use with all files

Removed

  • clean on save
  • clean selection

Notes

  • instead of going through the document line by line to check for emptiness, we use simple regex to remove what we dont need "much faster & more performant"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft