里面的ptags.py可以用来生成vim需要的tags(eptags.py for emacs)
[1]. To build tags for all python files in a directory the usage is something like:
ptags.py *.py
Hint 2: If you want to build tags for all python scripts in a folder hierarchy (say for some project) you can use:
find -X . -name \*.py -print | xargs ptags.pyThese of course assume that you moved ptags.py to somewhere in your shell's $PATH.
Reference:
http://betabug.ch/blogs/ch-athens/569
http://coverage.livinglogic.de/Tools/scripts/ptags.py.html
没有评论:
发表评论