mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
idea.md: minor
This commit is contained in:
parent
502134b896
commit
bb92e463b8
@ -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.
|
[](idea_ultimate.md) provides information specific to this edition.
|
||||||
|
|
||||||
## Java
|
## Java Plugin
|
||||||
|
|
||||||
<tldr>
|
<tldr>
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ See [](intellij_community_plugins_extension_point_list.md) for API from bundled
|
|||||||
|
|
||||||
</tldr>
|
</tldr>
|
||||||
|
|
||||||
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.
|
[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)).
|
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
|
||||||
|
|
||||||
<tldr>
|
<tldr>
|
||||||
|
|
||||||
@ -89,6 +89,6 @@ Alternatively, specify `com.jetbrains.intellij.java:java-test-framework:$VERSION
|
|||||||
|
|
||||||
</tldr>
|
</tldr>
|
||||||
|
|
||||||
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.
|
See also [UAST](uast.md) on how to support multiple JVM languages, including Kotlin.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user