I started using PhpStorm 10.0 in January 2016.
I’m working on a new project which was developed in Laravel. The source code is held in a Git repository on BitBucket. Some people are using SourceTree to view the repositories.
It’s about time that I started using PhpStorm seriously. I might even try to use this version of PhpStorm with Git integration turned on.
So far, I haven’t noticed any difference to get excited about, except Zero Configuration Debugging. But since I’ve never actually succeeded debugging with PhpStorm my expectation is that it’s still going to be a pain in the arse.
Note: When I was programming in C, I used idebug
constantly, and effectively, for both batch processes and client/server debugging. Perhaps I’ll give it a try again today.