Skip to content

MysterAitch/JavaParser-AST-Inspector

Repository files navigation

JavaParser AST Inspector

Build Version Downloads GitHub license GitHub forks GitHub stars

Browse and navigate the Abstract Syntax Tree (AST) based on the Java code in your editor.

Uses JavaParser v3.24.2 which currently handles Java 1-15, with Java 16 coming soon!

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "JavaParser-AST-Inspector" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

Hackathon Notes

  • Plan: Using JavaParser to parse a given project, and display a navigable syntax tree to navigate around the project.
  • Reality: Whatever comes out of the #covhack2020 hackathon :)