Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Pepe IdentNew to Visual Studio Code? Get it now.
Pepe Ident

Pepe Ident

pepeelpollo

|
23 installs
| (0) | Free
Identify and visualize indentation — colorizes each indent level on the left and flags inconsistent (incomplete / mixed) indentation.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Pepe Ident

Identify and visualize indentation — the leading whitespace on the left of each line. Pepe Ident colorizes each indentation level with an alternating background so nesting is easy to read, and it flags inconsistent indentation.

Features

  • Per-level coloring: each indent level (one tab stop wide) gets its own background color, cycled from a configurable palette.
  • Error highlighting: incomplete indentation (spaces that don't reach a full tab stop) and a tab placed after spaces are flagged in red.
  • Respects your tab size: levels are computed from the active editor's tabSize.
  • Performance guard: very large files are decorated only in the visible area.
  • Toggle command: Pepe Ident: Toggle indentation colors.

Settings

Setting Default Description
pepeIdent.enabled true Enable indentation coloring.
pepeIdent.colors rainbow palette Background colors cycled per level.
pepeIdent.indicateErrors true Highlight incomplete / mixed indentation.
pepeIdent.errorColor red Color used for flagged indentation.
pepeIdent.maxLines 12000 Above this line count, only the visible area is decorated.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft