From a75c8b7edc45bd8e8044dde4c04938144b70e31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 6 May 2025 15:22:37 +0200 Subject: [PATCH] plugin_extensions: use snippet for EP link --- topics/basics/plugin_structure/plugin_extensions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/topics/basics/plugin_structure/plugin_extensions.md b/topics/basics/plugin_structure/plugin_extensions.md index 14a3a2b82..4cadf3181 100644 --- a/topics/basics/plugin_structure/plugin_extensions.md +++ b/topics/basics/plugin_structure/plugin_extensions.md @@ -61,7 +61,9 @@ See [](explore_api.md) for more information and strategies. -To clarify this procedure, consider the following sample section of the plugin.xml file that defines two extensions designed to access the `com.intellij.appStarter` and `com.intellij.projectTemplatesFactory` extension points in the IntelliJ Platform, +To clarify this procedure, consider the following sample section of the plugin.xml file that defines two extensions designed +to access the and +extension points in the IntelliJ Platform, and one extension to access the `another.plugin.myExtensionPoint` extension point in another plugin `another.plugin`: ```xml