Pucelle Chen
Pucelle Chen
Now this emmet feature. I have simulate an environment for both completion and emmet, and found they can't work together:  If choose class name completion to complete class name,...
`I don't get how there can be so much development on vscode main everyday, and we still do not have good CSS support these days.` I agree, vscode has provided...
Another good news, I have implemented numeric sorting and released v2.1.1.
Update, has released v2.2.0 and support full service for css variables, and provide a `disableOwnCSSVariableCompletion` option to avoid css variable completion repetitive with default completion service. Set `disableOwnCSSVariableCompletion` to `true`...
Sorry for the troubles this plugin brings to you -- yes, old versions, may 2.0.0-2.0.1, and 2.1.0-2.1.1, have two token parsing problems, which will cause infinite looping problems. The new...
I have found the reason of this issue: The patch of `watch.ts`, function ```ts function emitFilesAndReportErrors(program: Program | T, ...) ``` When compile with `tspc` directly, `program` parameter is `Program`...
Update: v2.12.0 has supported `xxxClassNamexxx = 'classes', xxx_class_name_xx =` and `{xxxClassNamexxx: 'classes'}`
Sorry, current it only support very simple declaration expressions like `xxxClassNamexxx = '...'`, the initializer part must be a unique string. I will look at whether it need to support...
I guess I can support it, when I have some time for it.
Does your `_professional-light-theme.scss` get excluded by your `.gitignore` settings?