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不自动补全添加代码
相关推荐
freewlt6 小时前
Cline v3.82.0 发布:VS Code AI编程助手迎来重大更新
vscode·cline
HealthScience8 小时前
vscode使用Excel插件导致codex插件无法粘贴图片
服务器·vscode·excel
霜落花轻扬8 小时前
VSCode全局搜索内容不全
ide·vscode·编辑器
Fleshy数模10 小时前
从课堂视频到结构化教学数据:基于语音识别与 LLM 的智能处理方案
ide·macos·xcode
棒棒的唐11 小时前
配置 VSCode 的 PHP Intelephense 插件,去掉因php版本不同导至的红色波浪线误判
ide·vscode·php
CSDN官方博客12 小时前
【重要公告】Markdown编辑器改版上线,体验全面升级!
编辑器
努力的小帅12 小时前
Ubuntu 使用 avahi/mDNS 实现固定连接(VSCode Remote SSH + NoMachine)
linux·vscode·ubuntu·ssh·linux入门
十年之少12 小时前
使用VSCode 对PyQt5 say Hello—— Python + Qt 开发
vscode·python·qt
MuYiLuck13 小时前
02-VSCode插件与Trae原生AI编辑器实战教程
vscode·编辑器·trae·trae solo
小此方13 小时前
Re:Linux系统篇(十)工具篇 · 二:Vim 编辑器深度解析:从基础模式到高效配置
linux·编辑器·vim