My personal battle between TextMate and Eclipse continues. In this case, I wanted to to see if it was possible to recreate the “jump to definition” functionality of Eclipse within TM…you know, when you control click a function name in eclipse will take you to that definition. Well, I found this post which pretty much re-creates this functionality, except using a key commmand instead of control-click, which is fine by me. I just need to add ‘as’ and ‘mxml’ to the list of file names to search through and it worked great. Currently it doesn’t work for getters/setters, I’ll see if I can hook that up as well.

Next up I’d like to see about jumping back and forth between edit locations in files (the option-apple-arrow key combos in eclipse on mac).