visual-c++ - 像在 msvc (visual c++) 中一样在 emacs 中打开包含文件

标签 visual-c++ emacs ide include

MSVC visual c++ 允许您右键单击#include 指令头文件 (.h) 并选择“打开文档”。 这使得浏览源代码变得轻而易举,因为它将整个源代码树基本上变成了一个超链接网站。 emacs 提供这种便利吗?是否有另一种设备可以自动浏览源代码、您编写的任何代码、创建的任何项目? Xcode有吗? eclipse 吗?有什么作用吗?

最佳答案

C-c C-o,运行命令 ff-find-other-file , 就是你要找的。当点位于 #include 行时,它将打开包含的文件。

谷歌搜索 emacs 代码浏览 也揭示了

关于visual-c++ - 像在 msvc (visual c++) 中一样在 emacs 中打开包含文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15859405/

相关文章:

windows - Windows 中的 Emacs

eclipse - 在 Eclipse 文件夹中显示为包

c++ - 错误 LNK2001 : unresolved external symbol __imp__PathRemoveFileSpecA@4

python - 是否有一个简洁的 emacs lisp 等效于 Python 的 [n :m] list slices?

emacs - 检查当前帧是否不是 X 窗口的函数

testing - Selenium 不会等到网站加载完毕,将您的答案代码放在哪里?

ide - 如何让 IntellIJ 对项目中的所有主文件使用 JVM 选项?

windows - Windows 10 上的 Visual Studio 2010 x64 编译器

visual-c++ - WS_EX_LAYERED、不可见窗口和全新安装的 Windows

c++ - "Mixing a dll boost library with a static runtime is a really bad idea..."