I'm happy to be able to follow the code deeply if I can tag jump to the PyPI module in addition to the project code.
I think there are many ways to do it, but I hit the one-liner in the root directory of the project.
$ctags -R `pyenv prefix`/lib/python2.7 `pyenv prefix`/lib/python2.7/site-packages .
The environment is pyenv and it is assumed that python 2.7 series is used.
After that, set tag jumps with your favorite editor and live a comfortable ctags life!
Recommended Posts