From bb92e463b8fd54cd3e4be498e249364ace1b5197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 8 May 2025 16:50:31 +0200 Subject: [PATCH] idea.md: minor --- topics/products/idea/idea.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/topics/products/idea/idea.md b/topics/products/idea/idea.md index ed0617b45..a04c55e4e 100644 --- a/topics/products/idea/idea.md +++ b/topics/products/idea/idea.md @@ -61,7 +61,7 @@ See [](intellij_community_plugins_extension_point_list.md) for API from bundled [](idea_ultimate.md) provides information specific to this edition. -## Java +## Java Plugin @@ -69,7 +69,7 @@ See [](intellij_community_plugins_extension_point_list.md) for API from bundled -Configure Java [plugin dependency](plugin_dependencies.md) with plugin ID `com.intellij.java`. +Configure bundled Java [plugin dependency](plugin_dependencies.md) with plugin ID `com.intellij.java`. [PSI Cookbook](psi_cookbook.md#java-specific) lists a number of common operations for working with Java PSI. @@ -81,7 +81,7 @@ To use existing test base classes, add `TestFrameworkType.Plugin.Java` test-fram Alternatively, specify `com.jetbrains.intellij.java:java-test-framework:$VERSION$` as `testImplementation` dependency explicitly (see [IntelliJ Platform Artifacts Repositories](intellij_artifacts.md#gradle-example-for-an-individual-module-from-the-intellij-platform)). -## Kotlin +## Kotlin Plugin @@ -89,6 +89,6 @@ Alternatively, specify `com.jetbrains.intellij.java:java-test-framework:$VERSION -Configure Kotlin [plugin dependency](plugin_dependencies.md) with plugin ID `org.jetbrains.kotlin`. +Configure bundled Kotlin [plugin dependency](plugin_dependencies.md) with plugin ID `org.jetbrains.kotlin`. See also [UAST](uast.md) on how to support multiple JVM languages, including Kotlin.