On 9/11/19 7:02 AM, Nicholas Krause wrote:
> Greetings,
> 
> I was wondering what is the easiest way to allow source tree wide ctags. 
> There doesn't
> 
> seem to be a make x command for it nor any real documentation online and it 
> would
> 
> be nice to have.
> 
> 
> Thanks,
> 
> Nick
> 

Hi.

Please do not use ctags. It has very poor coverage for any C++ codebase.
I prefer to use clangd (with -background-index) instead with vim-lsp
(Language Server Protocol for VIM).

https://clang.llvm.org/extra/clangd/Installation.html

Martin

Reply via email to