From 7c7f00e9702d7fc17af97cff45f73d648af73d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 13 Jun 2022 10:35:15 +0200 Subject: [PATCH] plugin_dependencies.md: link related pages for listed plugins --- .../plugin_structure/plugin_dependencies.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/topics/basics/plugin_structure/plugin_dependencies.md b/topics/basics/plugin_structure/plugin_dependencies.md index 68dc67e23..aec30d4ee 100644 --- a/topics/basics/plugin_structure/plugin_dependencies.md +++ b/topics/basics/plugin_structure/plugin_dependencies.md @@ -45,19 +45,19 @@ Bundled plugins are located in $PRODUCT_ROOT$/plugins/$PLUGIN_NAME$/lib/$P 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). -| Plugin Name | Plugin ID | -|---------------------------|---------------------------------| -| Copyright | `com.intellij.copyright` | -| CSS | `com.intellij.css` | -| Database Tools and SQL | `com.intellij.database` | -| IntelliLang | `org.intellij.intelliLang` | -| Java | `com.intellij.java` | -| JavaScript and TypeScript | `JavaScript` | -| Kotlin | `org.jetbrains.kotlin` | -| Markdown | `org.intellij.plugins.markdown` | -| Maven | `org.jetbrains.idea.maven` | -| Spring | `com.intellij.spring` | -| Spring Boot | `com.intellij.spring.boot` | +| Plugin Name | Plugin ID | +|---------------------------|----------------------------------------------| +| Copyright | `com.intellij.copyright` | +| CSS | `com.intellij.css` | +| Database Tools and SQL | `com.intellij.database` [](data_grip.md) | +| IntelliLang | `org.intellij.intelliLang` | +| Java | `com.intellij.java` | +| JavaScript and TypeScript | `JavaScript` | +| Kotlin | `org.jetbrains.kotlin` [](kotlin.md) | +| Markdown | `org.intellij.plugins.markdown` | +| Maven | `org.jetbrains.idea.maven` | +| Spring | `com.intellij.spring` [](spring_api.md) | +| Spring Boot | `com.intellij.spring.boot` [](spring_api.md) | ### Preparing Sandbox