Z

Results 14 comments of Z

> 可以看下这个视频, 通俗易懂 https://www.youtube.com/watch?v=VLAqywvHpD0 欧科

谢谢使用。 你的样式文件和UI逻辑文件,为什么没有在一个文件夹呢?

考虑添加,但是不知道什么时候完成。

@EscapeLife 感谢使用,后期会加上这个功能,但是发版时间不确定~ 有个问题需要确认下,WebStorm 是怎么确认当前的 css 被哪个 html 引用了呢,是需要自己在 css 顶部声明吗,还是它提示了项目下所有 html 的 className 呢?

@EscapeLife `Flask` 应用我不是很了解,是怎么引用css文件的,可以给几个比较通用的格式吗

It's strange, i just update my vs code to 1.63.2, it works well. FYI, extension version is v0.0.6, os is Mac.

Windows does not work well, i just tested it on mac os. I think the different is Mac os use `/`, window use `\` in file path, i will fix...

```js Array.prototype._splice = function(start, deleteCount, ...items) { if (start > 0) { if (start > this.length - 1) { start = this.length - 1; } } else { if (Math.abs(start)...

@olhapi @CoolMatty may be you can try this https://marketplace.visualstudio.com/items?itemName=zitup.classnametocss

> 客气了,已经修复了,如果还有问题欢迎继续讨论 感谢,刚遇到就已经解决了~