vscode-levels

JavaScript scope-based syntax highlighting

Stars
13

VSCode-Levels -- Syntax Highlighting for JavaScript

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

Features

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

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

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