/JavaParser-AST-Inspector

Using JavaParser (https://github.com/JavaParser/JavaParser), browse and navigate the Abstract Syntax Tree (AST) based on the code in your editor.

Primary LanguageJavaMIT LicenseMIT

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.25.5 which currently handles Java 1-17.

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 :)