Page 1 of 1

PHPStorm 6 (PHP IDE)

Posted: Tue Apr 09, 2013 1:23 am
by Jackolantern
So after making the decision to come back to PHP after my adventures into ASP.NET MVC and discovering Entity Framework was not to my liking, I decided to try to wipe the slate clean by learning a new framework or two and choosing a new IDE. I had never quite found my IDE for PHP, and always found myself making compromises. Either it was working with otherwise good IDEs with bugs (CodeLobster), working with overly-complex IDEs that didn't offer enough features to compensate for said complexity (Eclipse PDT), or IDEs that had a brilliant feature or two but lacked other arguably more important features (PHPDesigner).

I decided to give PHPStorm another try after getting a trial a long time back and barely using it, and have to say I am loving it! Setting up a debugger was simple and works great, the code completion is some of the best I have ever used for PHP, it has a nice, flexible project system, integrates with code repos, can be set to work with any framework within seconds with excellent framework-related code hinting (a great feature if you are using a slightly off-the-beaten path framework such as FuelPHP or Laravel), (and I know it is shallow, but) the "Darcula" appearance theme is just sexy and very easy on the eyes, and more.

It is not free, but the price is more than worth it. It is $99 for a personal license, $29 if you are a student and can even be free for verified open source projects. I have tried almost every PHP IDE at this point, and I really think I could settle into this one for the long haul. I can say pretty certainly that this is at the very least one of the best PHP IDEs available, if not the very best. Check out the trial if you routinely write PHP and see if you like it! I most definitely did! :cool:

Re: PHPStorm 6 (PHP IDE)

Posted: Tue Apr 09, 2013 7:50 am
by Elvar
PHPStorm is imo by far the best IDE for PHP, and if i wasn't a emacs guy, i would probably swear to it. I bought it at their doomsday offer, for no money at all :D!

Re: PHPStorm 6 (PHP IDE)

Posted: Tue Apr 09, 2013 10:43 am
by Chris
They also have really good extensions for Node.js on JetBrains. And ReSharper is the best Visual Studio plugin I've ever had.

Re: PHPStorm 6 (PHP IDE)

Posted: Tue Apr 09, 2013 10:51 am
by Jackolantern
Yeah, ReSharper is great! :)

Re: PHPStorm 6 (PHP IDE)

Posted: Thu Apr 11, 2013 12:12 pm
by a_bertrand
Jetbrain do offer loads of good stuff. I have a lot of their tools (resharper, dottrace and more). Never saw this PHP editor, I'm still using Zend Studio for the little PHP needs I still have, and I doubt I will move as anyhow PHP is not anymore my main tool.

Re: PHPStorm 6 (PHP IDE)

Posted: Tue Sep 03, 2013 12:54 pm
by clod
I prefer Codelobster PHP Edition
It is much easy and free

Re: PHPStorm 6 (PHP IDE)

Posted: Tue Sep 03, 2013 10:07 pm
by Jackolantern
I admit I am not as big of a fan of PHPStorm simply because there are so many other options for PHP, many of which are free.

But for Javascript, if you want half-decent code completion, node debugging built-in, node project templates, etc., your choice is basically WebStorm. Nothing else comes close.

Re: PHPStorm 6 (PHP IDE)

Posted: Wed Sep 04, 2013 2:29 pm
by hallsofvallhalla
Not even visual Studio?

Re: PHPStorm 6 (PHP IDE)

Posted: Wed Sep 04, 2013 3:21 pm
by Jackolantern
hallsofvallhalla wrote:Not even visual Studio?
Visual Studio is not that great with Javascript. They have been trying to bring it up to a better level with 2012, and I haven't seen 2013 (which will probably end up being VS2014), but it has a long way to go. It is good for the actual JS-powered .NET projects, such as JS Windows 8 Store Apps, but not good for node or general-purpose JS files.

WebStorm beats it hands-down in my opinion. I was very disappointed with VS for JS files.

Re: PHPStorm 6 (PHP IDE)

Posted: Wed Sep 04, 2013 4:46 pm
by hallsofvallhalla
I need to pickup webstorm then.