mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
link modules in the plugin dependencies description (#391)
Signed-off-by: Alexander Bezzubov <alexander.bezzubov@jetbrains.com>
This commit is contained in:
parent
800cf2b656
commit
ec7c5b846b
@ -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 `<depends>` element contents while editing the plugin project's `plugin.xml` file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user