From 063273dd848658942aaec5267b3cac559f3efe2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 17 Dec 2020 12:12:03 +0100 Subject: [PATCH] code_samples README: IPE --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89568fe7a..aca9ad0c6 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ These samples show you how features work and help you jumpstart your plugins. There is also [IntelliJ Platform Plugin Template][gh:template] project available. +Explore usages of Extension Points in open-source plugins using [IntelliJ Platform Explorer](https://jb.gg/ipe). + ## Target Platform All Code Samples target the latest GA platform release.