Skip to content

Quanjiang/ast-view

Repository files navigation

AST-view

AST View display the ast of code file.

  1. open the code file by vscode
  2. keyboard: command + shift +p (mac) call command panel
  3. Just input ShowASTView into command panel

Features

Show AST View of current code file.

  • support: golang, python
  • click node can jump to code line

Requirements

  • Golang (go-ast command required)
    • go get github.com/tamayika/go-ast
  • python2+ (python3 best)

Release Notes

0.0.5

  • modify README, add go-ast install command

0.0.3

  • Add Logo

0.0.2

  • Add go line jump support
  • Add python2 support

0.0.1

  • First release

Credits

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.

About

VSCode extension for AST View

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published