ctags tips
- Use
--exclude
option to exclude some directories or files from actags
build.
ctags -R --exclude="build"
- Python could be traversed with the option
--python-kindes=-i
ctags -R --python-kinds=-i
--exclude
option to exclude some directories or files from a ctags
build.ctags -R --exclude="build"
--python-kindes=-i
ctags -R --python-kinds=-i