explore_api.md: clarify IPE part

This commit is contained in:
Yann Cébron 2021-10-11 12:29:00 +02:00
parent e320bb48e4
commit e13b3f93ac

View File

@ -146,8 +146,8 @@ However, it does not display information about [stubs](stub_indexes.md) or [form
### 3.2 Search the IntelliJ Platform Explorer
The [IntelliJ Platform Explorer](https://plugins.jetbrains.com/intellij-platform-explorer)
is a search tool for browsing EPs inside existing implementations of open-source IntelliJ Platform plugins.
You can navigate directly to the source files hosted on GitHub to find inspiration when implementing your own extensions for IntelliJ-based IDEs.
is a search tool for browsing Extension Points (EP) inside existing implementations of all open-source IntelliJ Platform plugins published on [JetBrains Marketplace](https://plugins.jetbrains.com).
You can navigate directly to the source files to find inspiration when implementing your own extensions for IntelliJ-based IDEs.
### 3.3 Browse Available References
@ -155,6 +155,6 @@ The IntelliJ Platform SDK Documentation should always be the first resource you
Here is a condensed list you can use for further reference:
- [Useful links](useful_links.md) for plugin developers.
- [List of all EPs](extension_point_list.md).
- [List of all Extension Points (EP)](extension_point_list.md).
- Section on [exploring module and plugin APIs](plugin_compatibility.md#exploring-module-and-plugin-apis).
- List of [notable](api_notable.md) and [incompatible](api_changes_list.md) API changes.