Pucelle Chen

Results 3 issues of Pucelle Chen

HTML codes: ```html ... ``` CSS codes: ```css button[primary]{...} ``` Should goto CSS definition when cursor at `primary` in HTML codes and presses F12. And should have right auto completion...

I don't know if this is an issue. I can get all the `extras.diagnostics` after changes `composite` to false. In addition, I noticed when work with `ts-loader`, `extras.diagnostics` becomes empty...

Plans: - js variable `xxxClassNamexxx = 'classes'`, `xxx_class_name_xx = `, `xxClsxx`, `xxCLSxx` - js object proeprty `{xxxClassNamexxx: 'classes'}`, ... - html attribute `data-class="classes"`, `data-style="styles"` All may be configuable. Reference to...