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

Whitespace Counter

Pitu

|
175 installs
| (0) | Free
Show a numeric counter between characters
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Whitespace Counter

This extension show a numeric counter between characters, including:

  • Multiple Spaces [until 100]
  • Single Space [disabled]
  • Single Space Border/Background [disabled]
  • EOF
  • CR, multiple LF and TAB check

Extension Settings

  • whitespaceCounter.enabledLanguageIds: A list of languageIds to be enabled. If empty, it will be enabled for all languageIds. e.g. [ "plaintext", "markdown" ]
  • whitespaceCounter.updateDelay: Delay time in milliseconds before updating. Smaller values will color faster, but will increase processing cost
  • whitespaceCounter.color: for the general color. (default is rgba(117, 255, 205, 0.38))
  • whitespaceCounter.space.enable: for single spaces (disabled by default)
  • whitespaceCounter.space.text: text for single spaces (default is ₁)
  • whitespaceCounter.space.border.enable: Enables making spaces border/background visible.
  • whitespaceCounter.color.border: color for space border. (default is #80CC40)
  • whitespaceCounter.color.bg: color for space border background. (default is #80CC4018)
  • whitespaceCounter.space.skip: to skip first N characters for single space case. Default is null (skip none)
  • whitespaceCounter.multiple.enable: for multiple spaces
  • whitespaceCounter.eof.enable: for EOF symbol.
  • whitespaceCounter.eof.text: text for EOF (default is ⛶)
  • whitespaceCounter.eof.color: for the EOF color. (default is rgba(117, 255, 205, 0.38))
  • whitespaceCounter.crlf.enable: show CRLF
  • whitespaceCounter.lf.enable: show LF
  • whitespaceCounter.multLine.enable: show CR/LF on blank lines
  • whitespaceCounter.tab.enable: show TAB
  • whitespaceCounter.wrap.enable: background match given a starting column until end of the line, to use with wrap word / wrapped lines (disabled by default)
  • whitespaceCounter.wrap.start: strating column number (default is 80)
  • whitespaceCounter.wrap.color: color for wrap background (default is #80CC4018)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft