VScode代碼自動(dòng)補(bǔ)全提示
-
打開設(shè)置
-
搜索 Suggest:Snippets Prevent Quick Suggestions ,去掉勾選
文章來源:http://www.zghlxwxcb.cn/news/detail-674800.html
-
Ctrl+Shift+P打開setting.json文件,添加以下代碼文章來源地址http://www.zghlxwxcb.cn/news/detail-674800.html
"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校驗(yàn)
false //不做css校驗(yàn)
// vscode不自動(dòng)補(bǔ)全添加代碼
到了這里,關(guān)于VScode代碼自動(dòng)補(bǔ)全提示的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!