Emacs X11 自动完成(智能感知)

标签 emacs intellisense x11

我使用 Visual Studio 进行日常编程(阅读将食物放入口中),但对于个人编程(阅读 c/c++ hacking),我使用 Emacs。

现在我正在做一个涉及 X11 API 的编程练习。我不断地引用编程 API 手册来查找函数调用的签名。

如果有一个 emacs 替代 Visual Studio 智能感知,那将是非常好的。我知道语言细节有自动完成功能。

Emacs 有这样的扩展吗?或者如果没有,有没有办法创建一个,也许使用已经用于自动完成的语言特定机制?

最佳答案

退房:http://cedet.sourceforge.net/intellisense.shtml如果这对你有用。

关于Emacs X11 自动完成(智能感知),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2454272/

相关文章:

visual-studio-2010 - Visual Studio Intellisense无法正常工作

c++ - 如何在 WSL 上修复智能感知 'A definition for the symbol could not be located'

c# - Visual Studio 在不需要时建议使用完全限定的命名空间

java - 为什么没有为某些语言环境设置 WM_NAME 原子

emacs - haskell 模式下自动完成函数名称

python - Emacs:检查文件路径是否包含目录名称

linux - 链接错误 : DSO missing from command line

linux - 失败请求的主要操作码: 1 (X_CreateWindow) - Ubuntu

python - Emacs 中的 bpython

python - 如何让 emacs-jedi 使用项目特定的 virtualenvs