How to setup phpStorm for add-on development?

Permalink
Hi,

Currently I'm using SublimeText 3 as my editor. Works fine, but I want to give phpStorm a try.

How do I setup a correct project that can be used for debugging also? In ST3 I just picked the C5 folder as a project and then I could debug it, add a package to git...
Do I have to use the C5 folder as project (dont think so, because CVS will take whole project to git). I want a "project" for my add-ons to develop, put that in git and use it in phpStorm.

I tried to create a project from an add-on and add the \concrete and \application directory to the project. Not completely correct, because index.php isn't in the project.

Are there some devs that use phpStorm for development? How is your setup? Or something totally different?

Thanx!

SnefIT

SnefIT
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi SnefIT,

Here is an excellent introduction to PhpStorm.
https://laracasts.com/series/how-to-be-awesome-in-phpstorm...

This is very useful too if you are developing.
https://www.concrete5.org/marketplace/addons/exchangecore-developer-...

There are a lot of videos on PhpStorm from the developer.
https://www.youtube.com/playlist?list=PLQ176FUIyIUbfeFz-2EbDzwExRlD0...
SnefIT replied on at Permalink Reply
SnefIT
Thanks, I'll read them all ;)