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不自动补全添加代码
相关推荐
ljh5746491191 天前
PhpStorm 2022.3 版本中,修改使用 Git 提交时看到弹出式的对话框模式
ide·git·php·phpstorm
前端无涯1 天前
Trae的使用
前端·ide·trae
Linux编程用C1 天前
Docker+Vscode搭建(本地/远程)开发环境
vscode·后端·docker
3824278271 天前
Visual Studio 2022 模板的使用方法
ide·visual studio
qq_418247881 天前
恒源云/autodl与pycharm远程连接
ide·人工智能·python·神经网络·机器学习·pycharm·图论
爱装代码的小瓶子1 天前
【c++进阶】在c++11之前的编译器的努力
开发语言·c++·vscode·visualstudio·编辑器·vim
chushiyunen1 天前
javadoc规范、idea生成javadoc等
java·ide
JPX-NO1 天前
windows下编程IDE使用docker搭建的rust开发环境(Linux)
ide·windows·docker·rust
Colinnian2 天前
Android Studio创建新项目时需要更改哪些地方
android·ide·android studio
doupoa2 天前
Vue3+Monaco Editor封装及SQL编辑器实现
数据库·sql·编辑器