EP header: tweak

This commit is contained in:
Yann Cébron 2021-09-14 11:35:21 +02:00
parent c62368bfc3
commit 61fe6bc0cd

View File

@ -16,14 +16,16 @@
<chunk id="ep_list_legend">
See [Plugin Extensions](plugin_extensions.md) on how to declare extensions in your plugin.
> See [Plugin Extensions](plugin_extensions.md) on how to declare extensions in your plugin.
>
{type="tip"}
## Legend
**Extension Point** searches for usages inside existing implementations of open-source IntelliJ Platform plugins via [IntelliJ Platform Explorer](https://jb.gg/ipe).
**Implementation** is related Extension Point class.
## Note Legend
| Icon | Description | Details |
|---|---|---|
| ![Experimental API][experimental] | Experimental API | Implementation annotated with [`@ApiStatus.Experimental`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java), API might be altered or removed without prior notice |