mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Add link to "Getting Started with Plugin Development"
Need to migrate this page as well.
This commit is contained in:
parent
4706214254
commit
b35bc1bdbd
@ -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>
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user