From 2b005d2bdfc7ad181817cceef897b5c050b7889b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 20 May 2021 17:16:35 +0200 Subject: [PATCH] code_samples/README: link explore API --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f17032b14..b221b9ba6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ These samples show you how features work and help you jumpstart your plugins. > **NOTE** To start a new plugin project, please also consider using [IntelliJ Platform Plugin Template][gh:template] which offers a pure boilerplate template to make it easier to create a new plugin project. -Browse [available Extension Points][docs:eps] and explore usages in open-source plugins using [IntelliJ Platform Explorer](https://jb.gg/ipe). +To learn more, browse [available Extension Points][docs:eps], explore Extension Point usages in open-source plugins using [IntelliJ Platform Explorer](https://jb.gg/ipe) and learn how to [Explore the IntelliJ Platform API][docs:explore-api]. ## Target Platform @@ -67,3 +67,4 @@ In the following table, you may find all available samples provided in the separ [docs:eps]: https://plugins.jetbrains.com/docs/intellij/extension-point-list.html [docs:gradle]: https://plugins.jetbrains.com/docs/intellij/gradle-build-system.html [docs:plugin.xml]: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html +[docs:explore-api]: https://plugins.jetbrains.com/docs/intellij/explore-api.html \ No newline at end of file