I'm using Aptana Studio, one issue I'm having with is formatting multi-dimensional arrays.
I really want arrays in a tree-like structure, so arrays-within-arrays are shown with indents. Similar to a print_r wrapped in < pre >
tags. I can set formatting preferences to put each element on a new line, but can't find how to indent array level.
Have also just given Netbeans a quick go, but the same situation there. Does PHPEclipse have this feature? Or am I missing something obvious here? Seems like it should be a pretty standard thing to be able to do.
Thanks