Quantcast
Channel: Ctags not working - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by K.Wanter for Ctags not working

turns out that set tags=~/Downloads/fast-rcnn/tools/tags missing colon :, adding it solve the problem, and follow the advice of Vim and Ctags tips and tricksI change it to :set tags=./tags;/

View Article



Ctags not working

I'm trying to understand a large code base. I need ctags to generate some tags so that I can jump to the function definition with ctrl + ].Unfortunately, after running ctags -R * in the source diretory...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images