如何在Emacs中显示函数原型?

发布于 2024-07-29 12:03:42 字数 101 浏览 5 评论 0原文

在 C 模式下,我可以使用 M- 跳转到某个函数。 关于函数名称......有没有一种方法可以简单地显示函数原型? (最好是作为工具提示等)我经常很难记住给定函数所需的确切顺序和类型。

While in C-mode I can jump to a function using M-. on the function name....is there a way i can simply display the function prototype? (preferably as a tooltip or so) I often struggle to remember the exact order and types required by a given function.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

裸钻 2024-08-05 12:05:51

CEDET包提供了函数semantic-ia-show-summary,可以显示点下函数/变量的原型

CEDET package provide function semantic-ia-show-summary that can show prototype for function/variable under point

当爱已成负担 2024-08-05 12:05:29

CEDET(有传言说它最终将从 23.2 开始成为 Emacs 的一部分)是你的朋友。 安装后,查找semantic-ia-show-summary

CEDET (there are rumors that it is finally going to become part of Emacs starting with 23.2) is your friend. After installation, look up semantic-ia-show-summary.

惜醉颜 2024-08-05 12:05:03

c-eldoc-mode 是一种不像 CEDET 那样重量级的模式,它可以精确地完成您想要的操作。

c-eldoc-mode is a mode that is not as heavyweight as CEDET that will do precisely what you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文