有没有办法在 CentOS 7 上为 php 7 库生成 ctags 文件并将其包含在项目中?

Is there a way to generate a ctags file for the php 7 library on CentOS 7 and include it in a project?

在一个项目中,我可以使用 ctag -R 生成一个 ctags 文件。然后使用 Ctrl-] 转到函数的源代码。我想对本机 php 函数(即 is_array()、foreach() 等)执行相同的操作。这可能吗?

使用 K 怎么样?它将 运行 使用光标下的关键字的外部命令。默认情况下它 运行s man,但该程序可以在 'keywordprg' 选项中定义。

PHPhere.

中似乎已经有使用此流程的 wiki 条目