vscode-typescript-ast-outline

0.0.2 • Public • Published

What

vscode extension that adds a view in explorer panel that shows the Abstract Syntax Tree of active editor (TypeScript or JavaScript). Live updates and bindings from source code to the AST view. User can manipulate the ast nodes visually (removing, creating, moving, applying refactors, renaming, etc). Supports filtering and different AST view modes

Currently

this is a research project that tries to investigate how well ts-simple-ast works in conjunction with vscode - and particularly its tree-view

originally as a simple ts/js outline view - but now that vscode as its own outline view - will have other objectives - mostly to be a ast representation - configurable, filtrable and manipulable - you can activate refactors, rename, remove, formatting on individual ast nodes.

on going project very new -WIP

TODO

(https://cancerberosgx.visualstudio.com/_git/typescript-ast-outline?path=%2FTODO.md&version=GBmaster)[TODO]

CHANGELOG

(https://cancerberosgx.visualstudio.com/_git/typescript-ast-outline?path=%2FCHANGELOG.md&version=GBmaster)[CHANGELOG]

Package Sidebar

Install

npm i vscode-typescript-ast-outline

Weekly Downloads

2

Version

0.0.2

License

none

Unpacked Size

337 kB

Total Files

36

Last publish

Collaborators

  • cancerberosgx