ctags

install

sudo apt-get update && sudo apt-get install -y exuberant-ctags

init dans un folder

ctags -R .

utilisation

ctrl + ] pour aller au tag

ctrl + t pour retourner à l' index