Go to declaration using tags
VIM can use tags to navigate thought source code better.
You need ctags installed on your linux machine.
If you did not automate ctags generation you may use manuall trigger to create them:
" CTags
noremap <leader>rt :!ctags -f tags --extra=+f --exclude=tmp --exclude=log -R *<CR><CR>
Written by Alexander
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Vim
Authors
Related Tags
#vim
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#