AST View display the ast of code file.
- open the code file by vscode
- keyboard:
command + shift +p
(mac) call command panel - Just input
ShowASTView
into command panel
Show AST View of current code file.
- support: golang, python
- click node can jump to code line
- Golang (go-ast command required)
go get github.com/tamayika/go-ast
- python2+ (python3 best)
- modify README, add
go-ast
install command
- Add Logo
- Add go line jump support
- Add python2 support
- First release
This package bundles some 3rd party javascript libraries. All libraries are bundled in the package so that the WebUI doesn't need to make any requests to the internet to protect the privacy of your code.