It would be nice if the code folding would recognize more blocks (if's, whiles, for, foreach, etc...) or even if you could right click on an opening or closing brace and have an option to create a block from that brace to its matching brace, and have that block be persistent (ie. always be recognized as a block until dismissed). It can be a bit annoying when you fold some code and when you expand it and click another section, the fold icon disappears and you have to reselect the whole section again in order to collapse it at a later time.
One other request is in the syntax colouring for php (I believe in some other languages as well), to separate function name so it can receive its own colour and not be linked with regular text colour.
Thanks