The EAP for bug-fix update 4.0.2 is open. It brings you various fixes and critical performance improvements for PHP.
More details available in build changelog and platform changelog 1 & 2
Please, do not use twitter or blog comments for bug reports, file them to tracker.
Download PhpStorm & WebStorm for your platform from project EAP page.
Patch-update is NOT available.
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.
Please, give more attention to the Traits support – it works often with bugs, they are reported but nothing about the Traits is fixed in this EAP.
Well, we need to maintain some focus. First EAP was all about critical performance improvements.
Definitely faster on my big php files. Cheers! A round of Budvar for all!
Still have an issue on big files when undoing php formatting. (App hangs itself.)
http://youtrack.jetbrains.com/issue/WI-11206
How big is big for you Bryan? Just curious as I’ve yet to experience this type of slowdown.
Well, the original case for the profiling session was monolithic 35K lines (!!!) source file (mPDF library). Made it work twice as fast on it.
With such a scale I spotted several different places to work on – so everything from indexing to inspection was improved.
My “standard” performance test – indexing and batch inspection run on entire Mediawiki sources – confirmed improvements.
Most php files are under 30k. The php formatting was done on a file around 650K with a huge number of arrays.
Here’s another one:
WI-11236 – Request for alternating editor row background colors
http://youtrack.jetbrains.com/issue/WI-11236