I have been a long time emacs user and recently discovered TextMate. One of the things I am missing is a "convenient" code navigation tool, a la cscope (find from where a function is called, where the definition of a function is, ...) Maybe there is a built-in/standard way for doing such a thing in TextMate, but didn't find it.
I just wrote the first version of a Cscope bundle that : 1. automatically builds a cscope index for files in a project (including projects imported from Xcode) ; 2. allows to find from where a function is called (mapped to Ctrl-C) 3. allows to find where a function is defined (Ctrl-F)
Since I am very new to TextMate, I am sure I broke some conventions: comments / ideas for enhancements are welcome.
You can download it from here: http://www.box.net/shared/lt1u4tiuj7
Thanks,
Sacha