meiMingle / 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.

Home Page:https://plugins.jetbrains.com/plugin/14245-javaparser-ast-inspector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://plugins.jetbrains.com/plugin/14245-javaparser-ast-inspector

License:MIT License


Languages

Language:Java 100.0%