So check it: You have a huge code base and want to be able to move around it quick like. TM Ctags does the trick nicely. Use it suchwise:
- ⌥⌘P creates a tags file for your project
- ⌃] jumps to the definition of the current method/function/class
- ⌘< (⇧⌘,) provides completion options from stuff declared in your project and lets you tab through arguments or take out optional arguments in one fell swoop
- ⌘⇧P prompts you to enter a method/function/class name and goes there
Get it at github or use the GetBundles bundle, which I highly recommend.