Skip to content

ksu-cis-706/jdt-astview

Repository files navigation

JDT AstView Plugin

This plugin provides Eclipse JDT AST Viewer for Java source code in IntelliJ.

Setup, Build, and Install

  1. Follow the instructions for checking out IntelliJ IDEA Community Edition (you only need to check, and not build).

  2. Follow the instructions for setting up IntelliJ for plugin developments.

  3. Open this local git repository in IntelliJ as a project, then right-click on the opened project folder inside IntelliJ and select "Prepare Plugin Module 'jdt-astview' For Deployment".

    This produces a plugin zip file that you can install in your IntelliJ instance.