mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Fixed formatting in PHP Storm docs
This commit is contained in:
parent
c11394c75a
commit
8baba0c72c
@ -5,6 +5,7 @@ title: PhpStorm Plugin Development
|
||||
Plugins for PhpStorm are developed in Java using IntelliJ IDEA (Community Edition is sufficient in this case). You will also need a copy of PhpStorm to develop against. The [PsiViewer plugin](https://plugins.jetbrains.com/plugin/?pluginId=227) will also be useful.
|
||||
|
||||
### PhpStorm Specifics
|
||||
|
||||
* [Setting-up the environment](setting_up_environment.md)
|
||||
* [PHP Open API](php_open_api.md)
|
||||
* [Existing 3rd party plugins](existing_plugins.md)
|
||||
|
@ -25,10 +25,12 @@ This section explains how to configure IntelliJ IDEA for using PhpStorm OpenAPI.
|
||||
3. Press **Add** button
|
||||
4. Find and select `php-openapi.jar` and `php.jar`. They are located in `<your_installation_of_PhpStorm>/plugins/php/lib`.
|
||||
|
||||

|
||||

|
||||
|
||||
5. Agree to add the libraries to your Module
|
||||
6. Open **Modules \| Dependencies** and change **Scope** to **Provided**. This step is necessary because otherwise `ClassCastException` will be thrown because two instances of the library will be loaded via different class loaders
|
||||

|
||||
|
||||

|
||||
|
||||
### Adding dependencies to `plugin.xml`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user