From ec7c5b846b4c914b0a19c65f678cbe34fe75a7e4 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 18 Mar 2021 17:17:33 +0100 Subject: [PATCH] link modules in the plugin dependencies description (#391) Signed-off-by: Alexander Bezzubov --- topics/basics/plugin_structure/plugin_dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/basics/plugin_structure/plugin_dependencies.md b/topics/basics/plugin_structure/plugin_dependencies.md index 78b7e6577..0180668bc 100644 --- a/topics/basics/plugin_structure/plugin_dependencies.md +++ b/topics/basics/plugin_structure/plugin_dependencies.md @@ -70,7 +70,7 @@ To do that, open the Project Structure dialog, select the SDK used in the projec ## Dependency Declaration in plugin.xml Regardless of whether a plugin project uses [Modules Available in All Products](plugin_compatibility.md#modules-available-in-all-products), or [Modules Specific to Functionality](plugin_compatibility.md#modules-specific-to-functionality), the correct module must be listed as a dependency in `plugin.xml`. -If a project depends on another plugin, the dependency must be declared like a module. +If a project depends on another plugin, the dependency must be declared like a [module](plugin-compatibility.md#modules). If only general IntelliJ Platform features (APIs) are used, then a default dependency on `com.intellij.modules.platform` must be declared. To display a list of available IntelliJ Platform modules, invoke the [code completion](https://www.jetbrains.com/help/idea/auto-completing-code.html#4eac28ba) feature for the `` element contents while editing the plugin project's `plugin.xml` file.