PhpStorm & WebStorm 2.0 EAP build 98.145
PhpStorm & WebStorm 2.0 EAP build 98.145 is available. This build brings several new features:
- Zend debugger support finally allows debugging of complex applications – after starting a debug session from IDE, all subsequent request will hit respective breakpoints across all source files executed. It’s enabled by default, but you may want ensure that Debug|Advanced|Debug all pages is checked in your existing configurations. We are eager to get feedback on this!
- PHP completion improved on class level and for array indexes when invoked inside quotes:
- PHP editor will surround selection with quotes and braces if one of ( ‘ ” [ { < is typed with text selected
- PHP Unit 3.5 is now also supported
- Framework Tool support is added. Initial implementation supports ZendTool only. Select path at Settings|PHP|Zend Framework, look for Tools|Run Zend tool, add shortcut/toolbar button in usual way
- DataSource properties dialog improved
Complete changelog
Please note that ALL of this is work in progress and will undergo series of both technical and cosmetic changes during next months.
Download PhpStorm & WebStorm 2.0 EAP build 98.145 for your platform from project EAP page. BTW, we’re working on faster update-via-patch system.
Develop with pleasure!
-JetBrains Web IDE Team
Comments below can no longer be edited.
Belkin says:
October 12, 2010thanks 🙂
Johnny Woo says:
October 12, 2010Things get better by the minute! Great work, guys!
Urkman says:
October 12, 2010I tried to setup the debugging for ZendDebugger, but I can’t get it to work 🙁
I’m using ZendServer CE on my MacBook, so everything is on my Maschine…
How can I setup phpStorm to debug my application?
Thanks,
Urkman
OZ says:
October 12, 2010This version looks really good, thanks.
I can’t use bugtracker, as you know, so I’ll post it here:
“Array key complete” works great in this version. Showed standart keys and used keys (for the array).
But auto-complete still triggering inside quoted strings.
http://img707.imageshack.us/img707/5885/arrfx.png
Nikolay Matveev says:
October 13, 2010@Urkman
Please describe your problem in the separate forum thread
http://devnet.jetbrains.net/community/wi?view=discussions
Gabor says:
October 13, 2010Methods and properties for objects created by factory static class methods are inaccessible via code completion.
Any improvement for this thing?
OZ says:
October 13, 2010Gabor, use phpDoc declaration.
/** @var MyObjClass $obj */
$obj=Factory::CreateObj();
$obj-> [there will be suggestions of auto-complete]
Also you can use /** @return MyClass */ for the factory method, but only if the method always returns one type of an object (it’s better way and for code-style and for auto-complete using).
Alexey Gopachenko says:
October 13, 2010@Everybody, Please use our Forums to ask questions
http://www.jetbrains.net/devnet/community/wi/
and Tracker http://www.jetbrains.net/tracker/issues/WI to report bugs & request features.
@OZ You’re unbanned. Reason: good behavior (trying to help other users) 🙂
Gabor says:
October 13, 2010Thanx OZ, I’ll give it a try!
BasementJack says:
October 14, 2010Alexey,
Thank you for this update, PHPStorm is great and keeps getting better. It is one of the best purchases I have ever made! Thank you for all the hard work you are putting into PHPStorm, please know it is much appreciated!
– Jack
Alexey Gopachenko says:
October 15, 2010Well, thanks all for a kind words – we are very passionate about our work ^)