Zend IDE Survey

p. “Zend”:http://zend.com (Disclaimer:Zend pays the bills here at DevZone) is running a survey on IDE usage and gathering opinions on IDE features. If you would like to participate and give us your opinions please fill out “the survey”:http://www.zoomerang.com/survey.zgi?p=WEB226H5484NXW. It should only take about 5 minutes of your time.

p. Zend will be awarding prizes for 21 people selected randomly from the first 200 respondents so get your response in now! The Grand Prize is an Apple iPod for one lucky respondent and Zend T-Shirts to 20 other lucky respondents. The prize results will be posted right here on DevZone.

Published: May 16th, 2007 at 7:06
Categories: News
Tags:

7 comments to “Zend IDE Survey”

Here’s what I want to know:

Why don’t more IDEs provide better CSS support. The ZDE Inspectors window should outline all the CSS declarations of the file. Additionally CSS folding would be incredibly useful. Seems like CSS is always being overlooked.

@nathanw :
You should try eclipse with PDT (the zend plugin). It has all the nice features you mentioned.
If you take a look at the survey it mentions several features that are already parts of eclipse platform.

_____anonymous_____
May 17th, 2007 at 3:02 pm

For what it’s worth, there’s another IDE poll running these days on http://www.php-gtk.eu/polls/ide regarding the IDEs used by PHP-GTK developers, which is a fairly specific crowd amongst PHP devs. No incentives, though.

IDEs like dreamweaver, UEstudio, and i think Eclipse support code collapsing and expanding of any selected lines, not just common blocks such as functions.
When there are hundreds of lines, and i am editing a middle part, i may need to see code of first few lines. I know that split view can do that, but it is not comfortable when you want to be looking at both whats far up and far down quickly.
Collapsing is also handy when a large portion of the code is already working well and i dont want to see it anymore (gets in my way) while i am working on the "broken" peace.
This feature made my developing experience very easy while i was with ColdFusion in DreamWeaver (dont remember if CFEclipse supported it). When i switched over to PHP (should have started with PHP from the beginning…) and started to use Zend studio as my main development environment, looking at large code became quite stressfull.
I would greatly welcome Collapse/Expand of ANY selected set of lines, not just functions, etc. in Zend Studio.

patrick_ibuildings
May 18th, 2007 at 9:52 am

Hi,

Until about a year ago I used to work with Oracle JDeveloper. It had a (second party) ‘variable hightlighting’ plugin and it really made a difference! I put the cursor on a variable and it highlighted all occurences in the code (within the correct scope). It also enabled me to rename it throughout its scope with one simple shortcut (ctrl+alt+r if I remember correctly). I’d really like to see this in Zend Studio
(if such a feature isn’t already being implemented :) ).

patrick_ibuildings
May 18th, 2007 at 10:13 am

Hi,

Until about a year ago I used to work with Oracle JDeveloper. It had a (second party) ‘variable hightlighting’ plugin and it really made a difference! I put the cursor on a variable and it highlighted all occurences in the code (within the correct scope). It also enabled me to rename it throughout its scope with one simple shortcut (ctrl+alt+r if I remember correctly). I’d really like to see this in Zend Studio
(if such a feature isn’t already being implemented :) ).

Good survey, but there wasn’t any space for free-form comments, at least when I took it earlier in the week.

I use ZDE each day, and like it a lot, but I’d love to be able to set how clone views are done. Right now, they go to a vertical split view, but I prefer horizontal. I know you can make that happen by going over and clicking -> bottom, but why not make it a preference?