From ec48790715feff53bbe0d01e8d6d78e15e223b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 25 Jan 2022 19:05:53 +0100 Subject: [PATCH] explore_api.md: mention IPE link in EP docs --- topics/appendix/resources/explore_api.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/topics/appendix/resources/explore_api.md b/topics/appendix/resources/explore_api.md index e5c4134e0..76405f8b6 100644 --- a/topics/appendix/resources/explore_api.md +++ b/topics/appendix/resources/explore_api.md @@ -34,9 +34,10 @@ the IDE will automatically suggest possible EPs. ![Using Completion Suggestions](plugin_xml_completion_suggestion.png){width="706"}{animated="true"}{border-effect="rounded"} This is the first step in discovering new features that haven't been explicitly mentioned in the IntelliJ Platform Docs. -Note that in the completion popup you can call +Note that in the completion popup, you can call [quick documentation](https://www.jetbrains.com/help/idea/viewing-reference-information.html#inline-quick-documentation), -which then shows the properties and the implementation class of the EP. +which then shows its properties, the implementation class, as well as a direct link to open usage results from +[IntelliJ Platform Explorer](https://jb.gg/ipe). ### 1.3 Search the IntelliJ Platform Code