Skip to content

vscode-box/vscode-ast

Repository files navigation

Latest Release Installs Rating

Ast explorer for Visual Studio Code

VS Code package to show your JavaScript / TypeScript abstract syntax tree

Features

feature

Installation

Install through VS Code extensions. Search for vscode-ast

Can also be installed in VS Code: Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install ddot.vscode-ast

Settings

ast.enable (default: true)

enable/disable this extension

contributors