vim - How to use ctags to generate tags for non-standard python packages? -


i use pip manage python packages, , of these packages located in /usr/lib/python2.7/dist-packages. run command ctags -r -o ~/codes/python/pytags /usr/lib/python2.7/dist-packages generate tags python packages, , add set tags=./tags,~/codes/python/pytags in vimrc file, when run :ptag numpy in vim, still shows "tag not found", know what's wrong it?


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -