Add link to "Getting Started with Plugin Development"

Need to migrate this page as well.
This commit is contained in:
breandan 2015-08-05 14:57:27 -04:00
parent 4706214254
commit b35bc1bdbd

View File

@ -7,7 +7,7 @@ Follow steps that are described at [Getting Started with Plugin Development](htt
There are two ways to develop plugins for PhpStorm:
1. Use Intellij IDEA Ultimate with the PHP plugin installed
2. Use PhpStorm as a targeted IDE in a first place.
The choice affects how you will configure SDK for the plugin. In the first case you need to specify current installation of Intellij IDEA as SDK and in the second case you need to specify current installation of PhpStorm. This step is described in the Getting Started with Plugin Development
The choice affects how you will configure SDK for the plugin. In the first case you need to specify current installation of Intellij IDEA as SDK and in the second case you need to specify current installation of PhpStorm. This step is described in [Getting Started with Plugin Development](https://confluence.jetbrains.com/display/IDEADEV/Getting+Started+with+Plugin+Development).
## How to use OpenAPI library
@ -34,4 +34,4 @@ This section explains how to configure Intellij IDEA for using PhpStorm OpenAPI.
```xml
<depends>com.jetbrains.php</depends>
<depends>com.intellij.modules.platform</depends>
```
```