plugin_extensions: use snippet for EP link

This commit is contained in:
Yann Cébron 2025-05-06 15:22:37 +02:00
parent 7a0338ded7
commit a75c8b7edc

View File

@ -61,7 +61,9 @@ See [](explore_api.md) for more information and strategies.
</procedure>
To clarify this procedure, consider the following sample section of the <path>plugin.xml</path> 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 <path>plugin.xml</path> file that defines two extensions designed
to access the <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.intellij.appStarter"/></include> and <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.intellij.projectTemplatesFactory"/></include>
extension points in the IntelliJ Platform,
and one extension to access the `another.plugin.myExtensionPoint` extension point in another plugin `another.plugin`:
```xml