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