Closed croxarens closed 7 years ago
Usually the tags file is placed at the root of the project. By default, vim searches in the directory of the current file, and in the current working directory (if both exist, it uses both). This can be controlled with the 'tags'
option: http://vimdoc.sourceforge.net/htmldoc/options.html#'tags'.
Thanks so much @arnaud-lb
After the installation, where should I place the file "tag" generated by the command
ctags -R --PHP-kinds=cfi
?