Hey,
A few text editors I've used let you Ctrl+Click on a function name when it's called to jump to the declaration of that functiion, and some work still if files are included/in a library.
Can we do this in PN? I'd use it atleast a dozen times a day!
I'm using Zend at the moment, so it would need to not rely on "include" files but rather have a 'path' in which it parses and indexes files looking for functions to use.
To have it so it also shows you the paramaters as you finish typing a function name would be incredibly handy too.
Is it there/likely to appear?