ctags

ctags used to generate tag files for source code browsing. it will create tags file which contain all the symbols refrence.

How to install

 sudo apt install universal-ctags

Init ctags

 ctags -R

Init ctags with exclude directory

ctags -R --exclude=src

catgs to list multiple entry for selection

In /etc/vim/vimrc.local

:nnoremap <C-]> g<C-]>

©2023-2024 rculock.com