I've discovered a phpStorm IDE lately. I've actually knew it for a some time ago, but haven't time do inspect it's features closely.
Recently there was a new 2.1 release with a lot of features and support for PHP 5.3 new syntax (namespaces and so on).
Here are few things to consider about this IDE:
- support PHP debugging (can even use Zend Debugging Toolbar from Zend Studio) via "Zend Debugger" or "xDebug"
-
has integration with version control systems, like CVS, SVN, GIT and so on
- integrated phpUnit testing
- awesome speed
- support for JavaScript debug and auto-completed (that one was broken in Zend Studio 8)
- plugin support of course
- can take over any project, that you already have on Zend Studio
- you can actually use phpStorm or Zend Studio on the same project if you wish
It's license price (with 1 year of support and upgrades) is 236$ comparing to 299$ of Zend Studio 8 license.
So you pay less for license and get all the features you need from Zend Studio 8 and the performance of Zend Studio 5 (very quick really).
It also checks for a common developer mistakes, like:
- usage of undefined variables
- variable being declared, but never used
- and much more
That all extra stuff doesn't cause drastic performance decrease, like in Zend Studio 8.
This IDE is cool and really fast. I'm not telling use it right away, but if you wish (no matter, what you do: create HTML, PHP or other code) you can use it.
--
Best Regards,
http://www.in-portal.comhttp://www.alex-time.com