Skip to content

Instantly share code, notes, and snippets.

@CristianLlanos
Last active May 28, 2016 19:26
Show Gist options
  • Save CristianLlanos/b5893e7cc896486976dd to your computer and use it in GitHub Desktop.
Save CristianLlanos/b5893e7cc896486976dd to your computer and use it in GitHub Desktop.
CTAGS for PHP
#!bin/bash
ctags -R --PHP-kinds=+cf --regex-php="/^[ \t]*trait[ \t]+([a-z0_9_]+)/\1/t,traits/i" --exclude=.git --exclude='*.log' --exclude='*.min.*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment