疑问:怎么让emacs更好处理多文件协作的代码补全?

在项目的主要目录下运行:

find . -name “*.php” -print | etags -

然后在 Emacs 中按下 M-. 即可。

1 个赞