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不自动补全添加代码
相关推荐
夜流冰9 小时前
VSCode - 显示EOL字符的插件
ide·vscode·编辑器
啊湘11 小时前
vscode 使用 github (适用CURSOR等使用)
ide·vscode·github·cursor·mcp
从此不归路13 小时前
FPGA 结构与 CAD 设计(第3章)下
ide·fpga开发
云堆客栈13 小时前
基于vscode的markdown编辑器部署方案
ide·vscode·编辑器
smileNicky13 小时前
Lombok @Data 在 IDEA 中运行报错解决方案
java·ide·intellij-idea
好大哥呀14 小时前
C++ IDE
开发语言·c++·ide
OpenMiniServer14 小时前
AI + GitLab + VSCode:下一代开发工作流的革命性集成
人工智能·vscode·gitlab
滑稽的14 小时前
sublime merge汉化
编辑器·sublime text
dust_and_stars14 小时前
ubuntu24 安装vscode
ide·vscode·编辑器
向上的车轮15 小时前
如何选择Python IDE?
开发语言·ide·python