vscode ai代码补全插件 tab键接受失效

打开setting.json

Ctrl+Shift+P (Windows) 快捷键,然后输入setting.json,选择open user那个,路径一般是在C:\Users\Administrator\AppData\Roaming\Code\User

修改增加内容:

c 复制代码
{
    "editor.tabCompletion": "on",
    "editor.acceptSuggestionOnEnter": "on",
    // 添加以下配置
    "editor.suggestSelection": "first",
    "editor.suggest.snippetsPreventQuickSuggestions": false,
    "editor.inlineSuggest.enabled": true,
    "editor.quickSuggestions": {
        "other": true,
        "comments": true,
        "strings": true
    }
}

然后重启或者更新

按 Ctrl+Shift+P (Windows) 或 Cmd+Shift+P (Mac)

输入 "Developer: Reload Window" 重新加载窗口

使用,代码推荐按tab就接受补全

相关推荐
MonkeyKing_sunyuhua31 分钟前
Visual Studio Code 进行汉化
ide·vscode·编辑器
沫夕残雪42 分钟前
HTTP,请求响应报头,以及抓包工具的讨论
网络·vscode·网络协议·http
空中湖43 分钟前
墨笔 在线Markdown 编辑器
编辑器
还是鼠鼠2 小时前
Node.js全局生效的中间件
javascript·vscode·中间件·node.js·json·express
苏克贝塔3 小时前
CMake学习--Window下VSCode 中 CMake C++ 代码调试操作方法
c++·vscode·学习
有趣的我4 小时前
vim的操作
编辑器·vim·excel
悠夏安末5 小时前
intellij Idea 和 dataGrip下载和安装教程
java·ide·intellij-idea
『六哥』8 小时前
Windows 10 如何设置右击鼠标快速进行“关机”
windows·经验分享·编辑器
步木木9 小时前
Anaconda和Pycharm的区别,以及如何选择两者
ide·python·pycharm
只是橘色仍温柔11 小时前
xshell可以ssh连接,但vscode不行
运维·vscode·ssh