当用作 GNU Global "backend" 时,Universal Ctags 是否会阻止引用查找?
Does Universal Ctags prevent reference lookup when used as a GNU Global "backend"?
在 我读到:
Note again that if you use Ctags as the parser for your Gtags, you lose the ability to treat references (e.g., variable usage, function calls) which Gtags would otherwise provide. Essentially, you trade off Gtags' reference tracking for Ctags' greater built-in language support.
这是一个古老的答案,所以现在,在 2019 年,使用 GNU Global 6.6.3 并使用 --with-universal-ctags
编译,这种权衡仍然存在吗?
是的,权衡仍然存在。
在 我读到:
Note again that if you use Ctags as the parser for your Gtags, you lose the ability to treat references (e.g., variable usage, function calls) which Gtags would otherwise provide. Essentially, you trade off Gtags' reference tracking for Ctags' greater built-in language support.
这是一个古老的答案,所以现在,在 2019 年,使用 GNU Global 6.6.3 并使用 --with-universal-ctags
编译,这种权衡仍然存在吗?
是的,权衡仍然存在。