plugin_dependencies.md: add links

This commit is contained in:
Yann Cébron 2023-04-18 15:28:40 +02:00
parent d107fe08cb
commit 1098030a42

View File

@ -1,7 +1,7 @@
# Plugin Dependencies
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> <!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Plugin Dependencies
<link-summary>Declaring dependencies on other IntelliJ Platform-based plugins.</link-summary> <link-summary>Declaring dependencies on other IntelliJ Platform-based plugins.</link-summary>
A plugin may depend on classes from other plugins, either bundled, third-party, or by the same author. A plugin may depend on classes from other plugins, either bundled, third-party, or by the same author.
@ -50,19 +50,19 @@ Bundled plugins are located in <path>$PRODUCT_ROOT$/plugins/$PLUGIN_NAME$/lib/$P
The following table lists some commonly used bundled plugins and their ID. The following table lists some commonly used bundled plugins and their ID.
See also [](extension_point_list.md#intellij-community-plugins) and [](plugin_compatibility.md#modules-specific-to-functionality). See also [](extension_point_list.md#intellij-community-plugins) and [](plugin_compatibility.md#modules-specific-to-functionality).
| Plugin Name | Plugin ID | Related Documentation | | Plugin Name | Plugin ID | Related Documentation |
|---------------------------|---------------------------------|---------------------------| |---------------------------|---------------------------------|-------------------------------|
| Copyright | `com.intellij.copyright` | | | Copyright | `com.intellij.copyright` | |
| CSS | `com.intellij.css` | | | CSS | `com.intellij.css` | [](webstorm.md) |
| Database Tools and SQL | `com.intellij.database` | [](data_grip.md) | | Database Tools and SQL | `com.intellij.database` | [](data_grip.md) |
| IntelliLang | `org.intellij.intelliLang` | [](language_injection.md) | | IntelliLang | `org.intellij.intelliLang` | [](language_injection.md) |
| Java | `com.intellij.java` | [](idea.md#java) | | Java | `com.intellij.java` | [](idea.md#java) |
| JavaScript and TypeScript | `JavaScript` | | | JavaScript and TypeScript | `JavaScript` | [](webstorm.md) |
| Kotlin | `org.jetbrains.kotlin` | [](using_kotlin.md) | | Kotlin | `org.jetbrains.kotlin` | [](using_kotlin.md) |
| Markdown | `org.intellij.plugins.markdown` | | | Markdown | `org.intellij.plugins.markdown` | |
| Maven | `org.jetbrains.idea.maven` | | | Maven | `org.jetbrains.idea.maven` | |
| Spring | `com.intellij.spring` | [](spring_api.md) | | Spring | `com.intellij.spring` | [](spring_api.md) |
| Spring Boot | `com.intellij.spring.boot` | [](spring_api.md) | | Spring Boot | `com.intellij.spring.boot` | [](spring_api.md#spring-boot) |
### Preparing Sandbox ### Preparing Sandbox