Created
February 5, 2020 13:04
-
-
Save petrenkorf/7a2baa47e493cb68d319e33be23d5507 to your computer and use it in GitHub Desktop.
ctags commands
This file contains 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 -f vendortags --verbose --languages=PHP -R vendor --php-kinds=cdfi | |
ctags -f tags --verbose --languages=PHP -R app --php-kinds=cdfi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment