Created
March 30, 2017 09:48
-
-
Save okiwan/d90f0daac6a8c88693c54c0e9e2fafb9 to your computer and use it in GitHub Desktop.
CTAGS for PHP+Yii projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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