TC Liu

Results 99 comments of TC Liu

@Alijens sorry for the late reply Please disable `linter-csslint`, `linter-scss-lint` then install latest `ide-css` and `atom-ide-ui`.

@dannyfritz **TL;DR;** Currently `ide-css` CAN NOT do css linting (or other parsing) in file of JS-grammar because it operates according to ONLY the *Root Scope* of the file. --- To...

> My understanding is that this is currently a limitation of vscode-css-languageserver-bin. Is that correct? Yes. Vscode-css-languageserver-bin parses WHOLE file with only css syntax knowledge. IMO this feature may be...

@simonknittel indentation info is provided by [LSP css server](https://github.com/vscode-langservers/vscode-css-languageserver) so currently it's out of the scope. But as an user I will keep following the development of css server team.

@egesu *additional grammars* is not designed for backend languages only; it's a flexible, experimental config for **grammars supported by community packages**. By doing so we keep scope of ide-html not...

@egesu any feedback to my comments?

> ... So I think checkbox would be nice. @egesu That sounds Great! IMO the description need to be informative by telling user that this checkbox requires atom package [`language-html-angular`](https://atom.io/packages/language-html-angular)

@nasyxx For finding out the root cause please help with following questions: - Is it happening when you are _opening python code_ or _editing code_? - Does your python code...

@nasyxx How you may change files in the `~/.atom/ide-html/*` when you reinstalled nodejs?

Confirm repro. Sorry for the late reply. After examining the debug message, it's more likely a _CSS styling issue_. body tag without child node has more left-padding space, which is...