re-ovo / unocss-intellij

Unocss support on Intellij Idea/WebStorm
https://plugins.jetbrains.com/plugin/22204-unocss
MIT License
169 stars 12 forks source link

类名提示一直显示fetching document #71

Open feixue-tech opened 1 month ago

feixue-tech commented 1 month ago

使用webstorm或gateway远程开发时类名无法提示 无代码补全提示

本地开发时可以正常使用,远程开发时异常,而且会导致webstorm卡顿,能否修复下 远程环境系统版本debain12 webstorm 2024.1.5

Screenshots image

Environment Plugin Version: #1.5.1 Webstorm Version: # 2024.1.5 Unocss Version(in package.json): # 0.61.5

Unocss Config: export default defineConfig({ presets: [ presetUno(), ], })

re-ovo commented 1 month ago

2024.1远程开发调用node有问题,可以试试2024.2 EAP

re-ovo commented 1 month ago

duplicated with #68