JavaParser-AST-Inspector
JavaParser-AST-Inspector copied to clipboard
Using JavaParser (https://github.com/JavaParser/JavaParser), browse and navigate the Abstract Syntax Tree (AST) based on the code in your editor.
Update Gradle Wrapper from 7.4.2 to 7.6. Read the release notes: https://docs.gradle.org/7.6/release-notes.html --- The checksums of the Wrapper JAR and the distribution binary have been successfully verified. - Gradle release:...
Bumps [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) from 1.20.0 to 1.22.0. Release notes Sourced from io.gitlab.arturbosch.detekt's releases. v1.22.0-RC3 1.22.0-RC3 - 2022-11-06 Notable Changes We're introducing the Detekt Marketplace, a place where you can add your...
Bumps [jtalk/url-health-check-action](https://github.com/jtalk/url-health-check-action) from 2 to 3. Release notes Sourced from jtalk/url-health-check-action's releases. Run on Node 16 Publishing as a major release in case someone's still rolling a node12-only custom runner....
Update Gradle Wrapper from 7.4.2 to 7.5.1. Read the release notes: https://docs.gradle.org/7.5.1/release-notes.html --- The checksums of the Wrapper JAR and the distribution binary have been successfully verified. - Gradle release:...
Update Gradle Wrapper from 7.4.2 to 7.5. Read the release notes: https://docs.gradle.org/7.5/release-notes.html --- The checksums of the Wrapper JAR and the distribution binary have been successfully verified. - Gradle release:...
I'm not sure which actions this would be, but a potential idea! Further info: https://plugins.jetbrains.com/docs/intellij/quick-fix.html
This "live template" creates a complete boilerplate for parsing and handling `String` parse input. - While I'm not 100% on the actual content of the template and it can probably...
IntelliJ has "live templates" that can be dynamically populated and react to contextual information. For example, creating a loop or creating a variable (a "postfix" template). I have a few...
I think this plugin is currently the best option for inspecting the AST, so it would be great to mention it here: http://javaparser.org/inspecting-an-ast/
Currently there is one tab, and this gets replaced when parsing a new file. While a new tab can currently be opened every time the parse button is clicked, no...