TextMate, meet Ctags.

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

Tm Ctags

Get it at github or use the GetBundles bundle, which I highly recommend.

About selah

Programmer at Prominence Advisors. Also dabbling musician. Also cycling commuter.
This entry was posted in Programming and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *