使用 vi 显示 c 中的函数

发布于 2024-07-17 19:24:53 字数 84 浏览 2 评论 0原文

有没有办法使用 vim 显示 C 源文件中的所有函数。 简短编辑器提供此功能。 这对我有很大帮助。

注意:这不是一个编程问题。

Is there a way to display all functions in a C source file using vim. This feature is available with the brief editor. And this would help me a lot.

Note: This is not a programming question.

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

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

发布评论

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

评论(2

傲影 2024-07-24 19:24:53

我认为 Taglist 插件就是您正在寻找的。 它在侧边栏中显示函数、类等,旨在使源代码浏览更加容易。

I think the Taglist plugin is what you are looking for. It shows functions, classes etc. in a sidebar and is designed to make source code browsing a lot easier.

冬天旳寂寞 2024-07-24 19:24:53

我用的是这个。 0scan

您可以使用以下命令对当前文件中的所有函数进行增量搜索标签搜索机制。

0scan 旨在执行许多不同的搜索。 此处您可以了解如何在以下位置搜索函数和对象:当前文件。

I use this one. 0scan

You can make incremental search on all functions in the current file using tag search mechanism.

0scan is designed to perform lots of different searches. And here you can find how to search for a functions and objects in the current file.

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