Skip to content

Instantly share code, notes, and snippets.

@okiwan
Created March 30, 2017 09:48
Show Gist options
  • Select an option

  • Save okiwan/d90f0daac6a8c88693c54c0e9e2fafb9 to your computer and use it in GitHub Desktop.

Select an option

Save okiwan/d90f0daac6a8c88693c54c0e9e2fafb9 to your computer and use it in GitHub Desktop.
CTAGS for PHP+Yii projects
ctags -h ".php" -R --exclude="assets" --exclude="uploads" --exclude="runtime" --exclude=".git" --exclude="wiki" --totals=yes --tag-relative=yes --fields=+afkst --PHP-kinds=+cf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment