当前位置:   article > 正文

vscode在html中css不提示问题的解决(内嵌style)_vscode如何设置在stylesheet文件中也支持css语法提示

vscode如何设置在stylesheet文件中也支持css语法提示

1、打开vscode的设置:

2、在用户设置中添加下面代码

  1. "editor.parameterHints": true,
  2. "editor.quickSuggestions": {
  3. "other": true,
  4. "comments": true,
  5. "strings": true
  6. }

步骤如下(如果找不到用户设置settings.json):点击:https://blog.csdn.net/qq_25378657/article/details/109516161

 

 

效果图如下:

 

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号