Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-levelsNew to Visual Studio Code? Get it now.
vscode-levels

vscode-levels

Lucas Azzola

|
2,150 installs
| (2) | Free
JavaScript scope-based syntax highlighting
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode-Levels -- Syntax Highlighting for JavaScript

This is a Visual Studio Code extension for JavaScript scope-based syntax highlighting.

  • Scope-based identifier highlighting for JavaScript.
  • Based on Douglas Crockford's Idea
  • Utilizes eslevels.
  • Configurable colors.

Features

It's great for identifying the scope of a variable at a glance.

nested-functions tooltips

It's also nice for detecting accidental re-use of the same identifier.

duplicate

Extension Settings

This extension contributes the following settings:

  • levels.colors: An array of colors to use in order of scope. The first element is implicit global scope, the second is explicit global scope, and subsequent colors are for nested scopes.

Release Notes

See CHANGELOG

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