+9
Code-based markers
I'd like to see the ability to add custom markers to the function list (and ultimately the minimap, if my idea of combining the two is accepted) by adding specially-formatted comments to the code itself.
CodeWarrior used to do this way back with "#pragma mark Label", but something like a triple or quadruple slash might work better these days (of course this would vary with programming language).
For example:
//// Low-level Functions
function applyInherit( ... ) {
...}
Customer support service by UserEcho