Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 atom 中,当我错误地编写任何代码时,我可以立即查看错误,因为该文件正在被插件扫描。
我有 c/c++ 的 vs 代码插件,但我没有看到这个选项来显示错误。这是可用的,我只是在我的谷歌技能上失败了?或者这不是 vs 代码的选项?
C++ 的 VSCode 插件目前不支持“智能感知”。
它支持调试和一些基本的符号解析(带有代码完成),但它不使用编译器解析您的代码。
欲了解更多信息:https ://code.visualstudio.com/docs/languages/cpp