From ec14ed9d6a3d271f3d3848d0a342c6e159722b77 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Fri, 8 Nov 2019 08:43:53 +0100 Subject: [PATCH] Explain how to run in dev mode --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 946de7df5..501281aef 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,13 @@ Autocomplete (or something else) is not working! Help! :open_mouth: Building, debugging and other -------------------- -* Open the project in IntelliJ, and follow the steps here : http://confluence.jetbrains.com/display/PhpStorm/Setting-up+environment+for+PhpStorm+plugin+development +* Install IntelliJ IDEA (Community Edition works fine) +* Open this project +* Choose `View > Tool Windows > Gradle` +* Double click `idea-php-symfony2-plugin > Tasks > intellij > runIdle` + +If you are having difficulties, consult the documentation: http://confluence.jetbrains.com/display/PhpStorm/Setting-up+environment+for+PhpStorm+plugin+development + * See how to debug and get into PhpStorm dev [german only](http://www.espend.de/artikel/wissenwertes-ueber-die-intellij-idea-phpstorm-plugin-entwicklung.html) * Want to donate? nice go [here](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5ZTGW6H4Y7MT8)