idea.md: link UAST

This commit is contained in:
Yann Cébron 2021-03-23 16:03:18 +01:00
parent 1f489de6fc
commit 33db542b17

View File

@ -9,6 +9,7 @@
Please see "Java" entry in table [Modules Specific to Functionality](plugin_compatibility.md#modules-specific-to-functionality) on how to use Java specific functionality.
[PSI Cookbook](psi_cookbook.md#java-specific) 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)](uast.md) to support multiple JVM languages, including Java and Kotlin.
* [Tomcat Integration](tomcat_integration.md)
* [Spring API](spring_api.md)