mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
EP header: tweak
This commit is contained in:
parent
c62368bfc3
commit
61fe6bc0cd
@ -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 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user