2022-03-07 22:31:00 +01:00

928 B

Please see "Java" entry in table Modules Specific to Functionality on how to use Java specific functionality.

PSI Cookbook lists a number of common operations for working with Java PSI. Depending on exact functionality, a plugin can also target UAST (Unified Abstract Syntax Tree) to support multiple JVM languages, including Java and Kotlin.

IntelliJ IDEA Ultimate

Qualifying Open Source projects can apply for free licenses of JetBrains products.

{type="tip"}