mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
extension_point_list.md: improve meta
This commit is contained in:
parent
ec7c5b846b
commit
7f5e6b10f1
@ -1,19 +1,21 @@
|
||||
[//]: # (title: Extension Point List)
|
||||
|
||||
1200 Extension Points
|
||||
|
||||
_Extension Point_ searches for usages inside existing implementations of open-source IntelliJ Platform plugins via [IntelliJ Platform Explorer](https://plugins.jetbrains.com/intellij-platform-explorer).
|
||||
1200 Extension Points (EP)
|
||||
|
||||
See [Plugin Extensions](plugin_extensions.md) on how to declare extensions in your plugin.
|
||||
|
||||
_Extension Point_ searches for usages inside existing implementations of open-source IntelliJ Platform plugins via [IntelliJ Platform Explorer](https://jb.gg/ipe).
|
||||
|
||||
_Implementation_ opens declaration of related class.
|
||||
|
||||
### Note Legend
|
||||
#### Note Legend
|
||||
|
||||
| Icon | Description | Details |
|
||||
|---|---|---|
|
||||
|  | Non-Dynamic Extension Point | Installation/update of plugin requires restart |
|
||||
|  | Non-Dynamic Extension Point | Installation/update of plugin requires restart ([Dynamic Plugins](dynamic_plugins.md)) |
|
||||
|  | Experimental API | Implementation annotated with `@ApiStatus.Experimental`, API might be altered or removed without prior notice |
|
||||
|  | Internal API | Implementation annotated with `@ApiStatus.Internal`, should not be used by 3rd party |
|
||||
|  | Project-Level Extension Point | Declared with `area="IDEA_PROJECT"` |
|
||||
|  | Project-Level Extension Point | Declared with `area="IDEA_PROJECT"`, can have `Project` as constructor parameter |
|
||||
|
||||
## Analysis.xml
|
||||
[Analysis.xml](upsource:///platform/analysis-api/resources/META-INF/Analysis.xml)
|
||||
|
Loading…
x
Reference in New Issue
Block a user