在VS Code中为C++开发者改进GitHub Copilot代码补全
原文英文,约400词,阅读约需2分钟。发表于: 。GitHub Copilot code completions are autocomplete-stye suggestions that appear inline as you code. Until today, they have used context from your active file and other tabs open in the editor to...
GitHub Copilot在VS Code中为C++开发人员的代码补全得到了改进。最新版本的C/C++扩展和GitHub Copilot扩展现在将直接引用的头文件视为上下文,提供更相关的建议并减少幻觉。要从这些改进中受益,用户需要安装最新版本的两个扩展,并确保正确配置了IntelliSense。团队致力于在Visual Studio和VS Code中支持C++ Copilot,并将类似的支持引入Visual Studio 2022版本17.12。可以通过GitHub讨论、电子邮件或评论提供反馈。