It’s just yulistic!

ctags tips

· by yulistic · Read in about 1 min · (27 Words)
ctags
  • Use --exclude option to exclude some directories or files from a ctags build.
ctags -R --exclude="build"
  • Python could be traversed with the option --python-kindes=-i
ctags -R --python-kinds=-i

Comments