PhpStorm 6 EAP build 124.373
One more EAP for these holidays – many fixes and some features:
- PHP type inference for “fluent interface” call chains (@return $this / @return static) will infere the proper type – which is known only at at point of reference. Note that one important case is still not supported – assigning result of such a call returning $this/static to variable
- New PHP refactoring: move class to another namespace
- REST Client plugin included
- More details on PHP changes available in tracker
We are working on improved type inference, composer support and framework integration, although features will take some time to show up.
As usual, bear in mind that you are getting a snapshot of work in progress and product will undergo series of technical and cosmetic changes.
Download PhpStorm 6.0 EAP for your platform from project EAP page. Patch-update is also available.
Develop with pleasure!
-JetBrains Web IDE Team
Comments below can no longer be edited.
aruz says:
December 28, 2012Happy New Year!
Mifas says:
December 28, 2012Is anyone have issuing this bug?
http://youtrack.jetbrains.com/issue/WEB-311
elkuku says:
December 28, 2012What happened to the new splash screen ? 🙁
Ville says:
December 29, 2012I think the splash screen with the Mayan symbol only marked the “Mayan Apocalypse”, and since we’re still here, the symbol was removed. 🙂
Florin says:
December 28, 2012Thank you for your hard work guys (and girls)!
Happy holidays!
P. S. I’m missing the old startup screen
matthieu says:
December 28, 2012Any ETA on PhpStorm 6 stable?
Thank you!
Andriy Bazanov says:
December 28, 2012http://confluence.jetbrains.com/pages/viewpage.action?pageId=15801728
Jay says:
December 28, 2012Hmm, no update directly in PHPStorm anymore? Do I need to download the full installer and run it manually on Win8 x64?
Can’t find the update button: https://dl.dropbox.com/u/6487363/update_info.png
Andriy Bazanov says:
December 28, 2012Incremental update (patch) is only available for consequent builds. This is not applicable to you since you do not have previous build: 123.66 -> 124.237 -> 124.295 -> 124.373. Therefore full install is your only option.
Edgar Martinez says:
December 28, 2012when are we going to see round trip engineering in the UML diagrams? I’ve been waiting for this for a long time. Since version 2. It has been on the road map for a long time. Just curious on the progress of this.
SimplyCrashed says:
January 9, 2013PhpStorm-EAP-124.373.exe
simply crashed under Windows 8 Pro build 9200 x64 after started up.
Alexey Gopachenko says:
January 10, 2013Please file a bug report.
Stefan says:
January 10, 2013Hi,
last EAP is now 14 days old. When will we get a new one?
STefan
Alexey Gopachenko says:
January 10, 2013Very soon.
Stefan says:
January 10, 2013🙂
Stefan says:
January 15, 2013So, what do you mean with “very soon” 😉
Michal Frankowski says:
January 15, 2013it’s available now:
http://confluence.jetbrains.net/display/WI/Web+IDE+EAP
Michael Bartos says:
January 10, 2013Will there be support for CakePHP?
Manuel St says:
January 10, 2013I sincerely hope that popular frameworks will get the top priority, too. And the two top-notch-products there would be Symfony2 and ZF2. Following then Flow3, CakePHP and CodeIgniter
Hirvine says:
January 10, 2013Hi, does anyone have a link to information about “REST Client plugin included” ? I checked the tracker link, but I didn’t find info about it… What is it? Just curious. And.. thumbs up for progress guys!
mitchell zhu says:
January 11, 2013i have 3 suggest to report
1 ~ can you tell me how to input ,when i input ,it always is =””
2 ~ redo(ctrl+shift+z) have bug,the code will chaos,i don’t how why it happen,but it always happy[sorry,my english is very pool]
3 ~ in this version, replace and find input can’t enter chinese, but it work in old version~~~
mitchell zhu says:
January 11, 2013e~~,
in first suggest, dom is miss~~~
try again
can you tell me how to input <br/>,when i input ,it always is <nobr />=””
Andriy Bazanov says:
January 14, 2013You should provide more detailed explanation on how you doing it (screencast is very welcome). Possibly it’s similar to http://youtrack.jetbrains.com/issue/WEB-396
Vedmaka says:
January 12, 2013What is this ugly icons? :O
Mike Graf says:
March 13, 2013Can you discuss the difference btwn @return static and @return $this , if any?