unocss在vscode中无法触发提示解决方案

218 阅读1分钟

插件安装了,也配置了,没有提示的解决方案参考 image.png

image.png

image.png

设置内容

"editor.quickSuggestions": {
    "other": true,
    "comments": true,
    "strings": true
},