Pucelle Chen
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...
When `"composite": true` specified in `tsconfig.json`, `extras.diagnostics` becomes an empty array
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...