Hi everyone,
Not sure if this is possible. Anyone ever use Zend Studio? The auto competition and function prototypes are simply amazing.
Basically, completion happens automatically, and gives a nice drop down with prototype information in it. Also, if you are inside a functions brackets, it will show a prototype of the function, based on the PHPDoc comments (if it's available).
Is this possible in the current version of textmate? I imagine it would have to index the project to get this going. If it's not possible, is it every planned? I immagine it would be useful for ruby, javascript, and anything else really provided it had a method to parse the source code in the project.
Regards, Eric