mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
plugin_dependencies.md: link related pages for listed plugins
This commit is contained in:
parent
aed1b14c5d
commit
7c7f00e970
@ -45,19 +45,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 |
|
| Plugin Name | Plugin ID |
|
||||||
|---------------------------|---------------------------------|
|
|---------------------------|----------------------------------------------|
|
||||||
| Copyright | `com.intellij.copyright` |
|
| Copyright | `com.intellij.copyright` |
|
||||||
| CSS | `com.intellij.css` |
|
| CSS | `com.intellij.css` |
|
||||||
| Database Tools and SQL | `com.intellij.database` |
|
| Database Tools and SQL | `com.intellij.database` [](data_grip.md) |
|
||||||
| IntelliLang | `org.intellij.intelliLang` |
|
| IntelliLang | `org.intellij.intelliLang` |
|
||||||
| Java | `com.intellij.java` |
|
| Java | `com.intellij.java` |
|
||||||
| JavaScript and TypeScript | `JavaScript` |
|
| JavaScript and TypeScript | `JavaScript` |
|
||||||
| Kotlin | `org.jetbrains.kotlin` |
|
| Kotlin | `org.jetbrains.kotlin` [](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 | `com.intellij.spring` [](spring_api.md) |
|
||||||
| Spring Boot | `com.intellij.spring.boot` |
|
| Spring Boot | `com.intellij.spring.boot` [](spring_api.md) |
|
||||||
|
|
||||||
### Preparing Sandbox
|
### Preparing Sandbox
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user