This week’s EAP brings important stability and performance fixes and some neat features
- TFS support is now bundled to PhpStorm and WebStorm
- Rename project action is added to file menu and project root item
- PHP Completion will work for types in function/method declarations
- PHP Find Usages will now suggest looking for base methods when invoked on child classes
More details available in build changelog and platform release notes
Do not hesitate with feedback. And if you want something to be actually fixed – do not use twitter or blog comments for bug reports, file them to tracker. Thanks in advance!
Download PhpStorm & WebStorm for your platform from project EAP page.
Patch-update will be available tomorrow.
Develop with pleasure!
-JetBrains Web IDE Team
This blog is permanently closed.
For up-to-date information please follow to corresponding WebStorm blog or PhpStorm blog.
You can do autocompletion for class methods without “static” word? May be as option.
class test
{
static function a($in)
{
return true;
}
function b($in)
{
return true;
}
}
test::a() autocompletion work
test::b() – not
Nice progress, but…!
I hate changes relating to the management favorites. Total loss of comfort!
Old approach seems better.
Started up fast, index was rebuilt. Seems stable for a release.
Is there a way to turn on “banding” for alternating rows of the editor? Aptana had this and I loved it… although it was based on eclipse which can quickly destroy your afternoon…
Any reason why I keep losing my configuration on Ubuntu every time I use a new EAP? It seems to always be using the ~/.WebIde10 (which should be 11 but I can live with that ;]) folder to store config, however it loses everything with every new version I launch. Very frustrating..
WTF? Where is a Phing integration? I can’t find this window in new build.
any progress with “multiple declaration” issue?
Hi, Guys
I’m really amazed. Now if you want to commit something that contains a WARNING or an ERROR you’ll be asked if you want to review your changes before you commit them.
Thanks for this feature!
Bye
Simon
Make said review confirm dialog optional please.
It’s annoying if you already know about a warning you don’t care for (at least now) and are being force-remembered about it on every commit (esp. if you follow the commit early, commit often paradigm).