站长资讯网
最全最丰富的资讯网站

vscode如何设置智能提示

方法:首先安装“html css Support”;然后打开页面底部的“管理”-“设置”;接着点击“工作台”,找到并点击“在settings.json中编辑”选项;最后在文件里输入“editor.parameterHints”等代码即可。

vscode如何设置智能提示

本教程操作环境:windows7系统、Dell G3电脑、Visual Studio Code 1.53.2版。

安装html css Support

vscode如何设置智能提示

打开

vscode如何设置智能提示
vscode如何设置智能提示
添加代码

“editor.parameterHints”: true,  “editor.quickSuggestions”: {  “other”: true,  “comments”: true,  “strings”: true}`

推荐学习:《vscode教程》

赞(0)
分享到: 更多 (0)
网站地图   沪ICP备18035694号-2    沪公网安备31011702889846号