Skip to content

Instantly share code, notes, and snippets.

@marcw
Created March 30, 2011 15:12
Show Gist options
  • Save marcw/894572 to your computer and use it in GitHub Desktop.
Save marcw/894572 to your computer and use it in GitHub Desktop.
how to create tag file
alias tags='ctags -f tags -h ".php" -R --exclude=".svn" --exclude="*.yml.php" --totals=yes --tag-relative=yes --PHP-kinds=+cf --fields=+afkst --regex-PHP="/@method[ ][^ ]+[ ]+([^ (]*)/\1/f/"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment