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
 

2 Responses to BBEdit + CTags = Awesome

  1. Carsten says:

    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

  2. jon says:

    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.

Leave a Reply

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

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>