VScode代码自动补全提示

VScode代码自动补全提示

  1. 打开设置

  2. 搜索 Suggest:Snippets Prevent Quick Suggestions ,去掉勾选

  3. Ctrl+Shift+P打开setting.json文件,添加以下代码

// 复制代码
    "editor.suggest.snippetsPreventQuickSuggestions": false,
    "editor.quickSuggestionsDelay": 100,
    "editor.quickSuggestions": null,
    "window.zoomLevel": 0,
    "terminal.integrated.rendererType": "dom",
    "files.associations": {
        "*.vue": "html"
    },
    "css.validate": false //不做css校验
false //不做css校验
    // vscode不自动补全添加代码
相关推荐
skywalk81639 小时前
linux安装Code Server 以便Comate IDE和CodeBuddy等都可以远程连上来
linux·运维·服务器·vscode·comate
时光追逐者13 小时前
Visual Studio 2026 现已正式发布,更快、更智能!
ide·c#·.net·visual studio
你还满意吗14 小时前
开发工具推荐
编辑器
weixin_3776348420 小时前
【Git使用】PyCharm中的Git使用
ide·git·pycharm
亮子AI20 小时前
如何做一个类似Word的编辑器?要有修改标记功能
编辑器·word
喂自己代言21 小时前
VS Code中提升效率的实用快捷键(中英双语版)
vscode
爱吃泡芙的小白白21 小时前
vscode、anaconda、git、python配置安装(自用)
ide·git·vscode·python·anaconda·学习记录
Rover.x1 天前
错误:找不到或无法加载主类 @C:\Users\AppData\Local\Temp\idea_arg_file223456232
java·ide·intellij-idea
2501_941823061 天前
强化学习在边缘AI智能控制中的应用与多语言实现实践指南
ide
a***13142 天前
vscode配置django环境并创建django项目(全图文操作)
vscode·django·sqlite