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
This blog is permanently closed.
For up-to-date information please follow to corresponding WebStorm blog or PhpStorm blog.
Happy New Year!
Is anyone have issuing this bug?
http://youtrack.jetbrains.com/issue/WEB-311
What happened to the new splash screen ?
I think the splash screen with the Mayan symbol only marked the “Mayan Apocalypse”, and since we’re still here, the symbol was removed.
Thank you for your hard work guys (and girls)!
Happy holidays!
P. S. I’m missing the old startup screen
Any ETA on PhpStorm 6 stable?
Thank you!
http://confluence.jetbrains.com/pages/viewpage.action?pageId=15801728
Hmm, 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
Incremental 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.
when 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.
PhpStorm-EAP-124.373.exe
simply crashed under Windows 8 Pro build 9200 x64 after started up.
Please file a bug report.
Hi,
last EAP is now 14 days old. When will we get a new one?
STefan
Very soon.
So, what do you mean with “very soon”
it’s available now:
http://confluence.jetbrains.net/display/WI/Web+IDE+EAP
Will there be support for CakePHP?
I 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
Hi, 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!
i 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~~~
e~~,
in first suggest, dom is miss~~~
try again
can you tell me how to input <br/>,when i input ,it always is <nobr />=”"
You 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
What is this ugly icons? :O
Can you discuss the difference btwn @return static and @return $this , if any?