Zend Studio for Eclipse

By admin - Last updated: Saturday, June 6, 2009 - Save & Share - 3 Comments

Right, lets get this out of the way. Zend Studio for Eclipse is a great tool and no other PHP IDEs come near to its level of Intellisense smarts, features, and integration. I’ve been using it steadily since version 5, before it was Eclipse, and I don’t see myself stopping in the future.

That said…

Most code editors have figured out this whole code folding thing where you click on the minus button next to the function block and it collapses into a neat declaration.

Zend Studio has this too, only with a slight twist. Most of the times it works right. Other times, it forgets to fold bits. Yet other times, especially when folding PHPDoc blocks, the fold swallows whole unrelated fields/functions that happen to be next to the one I want to fold, declaration and everything. Nice.

zend-collapse-faggotry

I could understand this slipping past testing given how intermittent it is, but ZS’s been around for at least a couple of years, and it’s got like a dozen version updates, one of which explicitly touted having better folding. Yeah, it’s better, because before it screwed up half the time rather than a 10th of the time. It still sucks.

And while on the subject of sucking, in what universe is it sensible that if I edit a file that exists in a ZS project outside of the environment, and then try to open it in ZS, it flips out in glorious fashion:

 image

And then I right click on the offending file, click on Refresh, and it’s happy again. If it knows it’s out of sync, why the hell can’t it refresh it automatically? The file’s right there!

Makes me want to hit it. Surely I can’t be the only one running into this stuff?

Posted in PHP, Rants • • Top Of Page

3 Responses to “Zend Studio for Eclipse”

Comment from Roy
Time June 7, 2009 at 5:01 am

Have you tried Zend Studio 7.0 early access?
http://www.zend.com/en/products/studio/studio-7-early-access

Comment from admin
Time June 8, 2009 at 11:34 am

I haven’t had a chance to check it out yet, but I will. I’m not reserving too much hope since folding’s been broken since the 5.x days. I’m also a bit wary that it’s got all the PHP 5.3 stuff now, but I can’t use it in production yet.

Comment from sergio
Time August 2, 2009 at 11:02 pm

ZDE for eclipse is horrible 6.x.x and 7.0, I’m still using 5.5.1

Write a comment

Currently you have JavaScript disabled. In order to post comments, please make sure JavaScript and Cookies are enabled, and reload the page. Click here for instructions on how to enable JavaScript in your browser.