From ec37b2a10c56e9a806b7d0bb7abbc1662aa1dd96 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 22 Mar 2022 12:29:57 +0100 Subject: [PATCH] dev_alternate_products.md: add link to compatibility with multiple products page --- topics/products/dev_alternate_products.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/topics/products/dev_alternate_products.md b/topics/products/dev_alternate_products.md index 1a4d7ac13..184fccb21 100644 --- a/topics/products/dev_alternate_products.md +++ b/topics/products/dev_alternate_products.md @@ -35,6 +35,10 @@ Configuration using an `intellij.type` attribute is explained in the [Product-Sp However, not all products have an `intellij.type` attribute defined by the `gradle-intellij-plugin`, for example, PhpStorm. If the target product does not have an `intellij.type` attribute defined, then the best approach is to configure the project using the [IntelliJ IDEA Attribute](#configuring-buildgradle-using-the-intellij-idea-product-attribute). +> To target multiple products (e.g., IntelliJ IDEA and PyCharm) with the same plugin, see [](plugin_compatibility.md) page. +> +{type="note"} + ### Configuring Plugin Projects Using a Product-Specific Attribute If the `gradle-intellij-plugin` supports a target product directly, there will be an `intellij.type` [attribute](https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties) defined.