Copilot 插件和 VSCode 更新后不显示 IntelliSense 解决方案

Zhuzhuchenyan 2026-06-05 16:39 1

正常情况( IntelliSense 和 Copilot 提示同时出现)


更新后情况(只有 Copilot 提示)


解决办法,添加如下配置

"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
}

https://www.reddit.com/r/vscode/comments/1tn6pxd/copilot_is_breaking_the_intellisense_so_annoying/

虽说现在都是 AI 写代码了,但是公司里一些古老屎山还是需要人工干预写一点,一觉起来点个更新后写代码怎么写怎么难受
最新回复 (0)
    没有回复
* 帖子来源V2EX
返回