plugin_extensions.md: link explore

This commit is contained in:
Yann Cébron 2021-05-11 17:27:46 +02:00
parent 8a1bad1d92
commit 77d1f06cfb

View File

@ -18,12 +18,13 @@ There are more than 1000 extension points available in the platform and the bund
## Exploring Available Extensions ## Exploring Available Extensions
[Extension Point List](extension_point_list.md) contains all available extension points in IntelliJ Platform and from bundled plugins in IntelliJ IDEA. [Extension Point List](extension_point_list.md) contains all available extension points in IntelliJ Platform and from bundled plugins in IntelliJ IDEA.
Additionally, dedicated Extension Point Lists specific to IDEs are available under _Part VIII - Product Specific_.
Alternatively (or when using 3rd party extension points), all available extension points for the specified namespace can be listed using auto-completion inside the `<extensions>` block in <path>plugin.xml</path>.
Use <menupath>View | Quick Documentation</menupath> in the lookup list to access more information about the extension point and implementation (if applicable).
Browse usages inside existing implementations of open-source IntelliJ Platform plugins via [IntelliJ Platform Explorer](https://jb.gg/ipe). Browse usages inside existing implementations of open-source IntelliJ Platform plugins via [IntelliJ Platform Explorer](https://jb.gg/ipe).
Alternatively (or when using 3rd party extension points), all available extension points for the specified namespace (`defaultExtensionNs`) can be listed using auto-completion inside the `<extensions>` block in <path>plugin.xml</path>.
Use <menupath>View | Quick Documentation</menupath> in the lookup list to access more information about the extension point and implementation (if applicable).
See [Explore the IntelliJ Platform API](explore_api.md) for more information and strategies.
## Declaring Extensions ## Declaring Extensions
> Auto-completion, Quick Documentation, and other code insight features are available on extension point tags and attributes. > Auto-completion, Quick Documentation, and other code insight features are available on extension point tags and attributes.