ctags....


Settings

You should write this code in the .zshrc file.

alias ctags='/usr/local/Cellar/ctags/5.8/bin/ctags'

ctags -R

make tags under the current directory.