vimでctagsでphpでタグジャンプ

2013-01-14

vimでctagsでphpでタグジャンプ

いや、なんつーか、ctagsのオプションとか記憶不可能なので、完全なるメモ。

1
ctags -a -f ./.tags -R --langmap=PHP:.php --php-types=c+f+d+v --regex-PHP='/abstract class ([^ ]*)/\1/c/' --regex-PHP='/interface ([^ ]*)/\1/c/' --regex-php="/^[ \t]*const[ \t]+([a-z0-9_]+)/\1/d/i" ./