From 38e02f3919d10cff28c3fb966ed015d713ea547a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 12 May 2021 12:08:08 +0200 Subject: [PATCH] plugin_compatibility.md: note about small IDE EP lists --- topics/basics/getting_started/plugin_compatibility.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/basics/getting_started/plugin_compatibility.md b/topics/basics/getting_started/plugin_compatibility.md index 060cced1a..dd061776f 100644 --- a/topics/basics/getting_started/plugin_compatibility.md +++ b/topics/basics/getting_started/plugin_compatibility.md @@ -119,7 +119,8 @@ Drill down into the JAR files to expose the packages and (decompiled) classes. ### Exploring APIs as an Extender If a project is dependent on a plugin or module, in some cases, the project can also [extend](plugin_extensions.md) the functionality available from the plugin or module. - > See [Explore the IntelliJ Platform API](explore_api.md) for more information and strategies. + > See [Explore the IntelliJ Platform API](explore_api.md) for more information and strategies. + > Dedicated Extension Point Lists specific to IDEs are available under _Part VIII - Product Specific_. > {type="tip"}