Giter Site home page Giter Site logo

cognominal / ts-ast-explorer Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 797 KB

vscode extension with a treeview to explore typescript ASTs (ongoing work)

TypeScript 96.78% Shell 3.22%
ast extension extension-vscode javascript json treeview typescript vscode

ts-ast-explorer's Introduction

README.md

A config option updateASTOnSaveOnly : either allows to update the AST of the current document on save, or do it continuously as the file is edited.

Features

this extension is an AST explorer that handles file formats supported by typescript compiler. The said formats are typescript, javascript, jsx, tsx.

The extension displaya two treeviews : AST explorer`` display the AST tree with the name kind of the nodes plus some meta information. TS AST Branch`` will display more detailed information the branch that starts at the selected node and ends at the root of the AST (currently display only the root node).

Features TBD

Clicking in any of the current editors view , or the two treeview will update the other two views.

randome stuff

for the README generated by yo code see yo-README.md. It contains stuff true of all extensions generated by yo code. vsc-extension-quickstart.md contains information about developping and debugging the extension. I will probably delete the formet and keep the latter for potential contributors.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.