vscode-box / vscode-ast

Show JavaScript / TypeScript Abstract Syntax Tree
https://marketplace.visualstudio.com/items?itemName=ddot.vscode-ast
MIT License
36 stars 7 forks source link
ast vscode-extension

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