plugin_alternatives.md: add phpstorm plugin alternative

This commit is contained in:
Karol Lewandowski 2022-03-15 10:20:21 +01:00
parent ef06e25d1b
commit 51536e8813
2 changed files with 8 additions and 1 deletions

View File

@ -51,3 +51,9 @@ Additionally, if they are stored in a project's <path>.live-plugins</path> direc
> See the LivePlugin author's [article](https://dmitrykandalov.com/liveplugin) and [presentation](https://www.youtube.com/watch?v=GcYa4lMRta0) for more information.
>
{type="note"}
## PhpStorm Advanced Metadata
PhpStorm supports special [metadata files](https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html) describing the behavior of methods and functions.
This information is used for using the existing IDE features such as code completion, navigation, finding usages, and other.
The metadata files can be [part of project files](https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html#create-metadata-files-inside-your-project), which makes it easy to share it between team members via VCS.

View File

@ -7,7 +7,8 @@ Plugins for PhpStorm are developed in Java using the Ultimate edition of Intelli
This page describes configuring plugin projects targeting PhpStorm.
See also:
* [Working with PHP Open API](php_open_api.md)
* [PhpStorm Plugin Alternative](plugin_alternatives.md#phpstorm-advanced-metadata)
* [Working with the PHP Open API](php_open_api.md)
* [](existing_plugins.md)
## Configuring Plugin Projects Targeting PhpStorm