在编译前检查变量的声明

发布于 2024-12-06 09:08:43 字数 158 浏览 1 评论 0原文

我用 C/C++ 编写代码并使用 vim 进行编辑。我发现大多数时候在编译完成代码后,我会收到未声明的变量错误。这些是我在使用它们之前忘记声明的变量。

我想知道 vim 是否有任何实用程序可以用来测试新代码中的所有变量是否在使用前声明。它将节省我大量的编译时间。

谢谢,

I code in C/C++ and use vim for editing. I have found that most of times after completing my code when I compile, I get undeclared variables error. These are variables which I forgot to declare before using them.

I want to know is there any utility with vim which I can use for testing if all variables in new code are declared before use. It will save my considerable compile time.

Thanks,

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

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

发布评论

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

评论(1

攒眉千度 2024-12-13 09:08:43

clang-complete 插件 可以做到这一点。

查看其 clang_complete-copenclang_complete-periodic_quickfix 配置变量以启用检查。

The clang-complete plugin can do this.

Have a look at its clang_complete-copen and clang_complete-periodic_quickfix configuration variables to enable the checks.

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