Skip to content

Releases: MysterAitch/JavaParser-AST-Inspector

v0.1.0

12 Apr 17:21
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial functional release of the IntelliJ plugin.

  • ADDED: Ability to parse the file showing within the currently selected editor tab.
  • ADDED: Ability to export the AST in a range of formats (YAML, DOT, XML, JSON, ASCII Tree, image representation of the generated DOT file)
  • ADDED: Visualisation of the AST in an expandable tree
  • ADDED: Selection of nodes within the AST and display of attributes/properties of that selected node

Installation

Download the attached zip file, and install it using the JetBrains instructions for installing a plugin from disk:

https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk

Screenshot

javaparser_ast_inspector_v0 1 0