BBEdit + CTags = Awesome

May 1, 2008 – 4:07 pm

I posted a complaint a while ago about BBEdit complaining about a few things. I moved onto TextMate for a few weeks, but it lacked some of the powerful BBEdit features I’ve gotten used to.

Then I discovered ctags. I set up a cron on my PHP dev site to rescan my dev folder once an hour. BBEdit automatically discovered my ctags file and gave me the definitions right a right click.

Ctags is available through yum (yum install ctags).

ctags –languages=php –recurse=yes

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
  1. 2 Responses to “BBEdit + CTags = Awesome”

  2. First of all, ctags is available right inside BBEdit:
    /Applications/BBEdit.app/Contents/Resources/ctags
    In other words: You don’t have to install anything.

    Carsten

    By Carsten on Jul 23, 2008

  3. Cool, good to know. In my case, I was doing development primarily on a linux box, and running ctags over the network connection was taking forever. Thanks for the tip.

    By jon on Jul 24, 2008

Post a Comment