Answer the question
In order to leave comments, you need to log in
VIM + ctags + Mac?
At me it is impossible will force to work a subject.
when I try to go to the definition of the function, I see this
o7.no/ojPepI
ctags I tried to assemble it myself and install it from brew.
vim was taken from here ( code.google.com/p/macvim/)
Any ideas how to make them friends?
Answer the question
In order to leave comments, you need to log in
because I found it online :)
#!/bin/bash
exec /usr/local/bin/ctags -f ~/folder/tags \
-h ".php .inc" -R \
--exclude="\.git" \
--totals=yes \
--tag-relative=yes \
--PHP-kinds=+cf \
--regex-PHP='/abstract class ([^ ]*)/\1/c/' \
--regex-PHP='/interface ([^ ]*)/\1/c/' \
--regex-PHP='/(public |static |abstract |protected |private )+function ([^ (]*)/\2/f/'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question