mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
plugin_alternatives.md: add phpstorm plugin alternative
This commit is contained in:
parent
ef06e25d1b
commit
51536e8813
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user