Quanjiang / ast-view

VSCode extension for AST View

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 98.6%Language:TypeScript 1.1%Language:Python 0.3%Language:CSS 0.1%