Tomasz Błachut

Results 103 comments of Tomasz Błachut

@dummdidumm > Option 3 has one little shortcoming though, being not being strict enough. Ouch, TIL. Thanks for catching that. Actually not "TIL", I spend couple of days pondering about...

Hmm you're right it would be really complex. Shallow parser would open Pandora box of brace nesting and quoting issues... Snipping unfortunately also messes up offset inside file, length of...

Angular has similar feature of removing whitespaces. https://angular.io/api/core/Component#preserving-whitespace Key takeaways: * `ngPreserveWhitespaces` directive that affects whole element subtree can be applied * To force single space, use `&ngsp;` entity -...

Overloading JS syntax could complicate editor support. E.g. proposed `[begin,end)` for open ended range would behave like this in WebStorm: user types `[`. `]` is auto-inserted after cursor. User continues...

Folks, I tried to reproduce this across versions and reactive declarations always work for me no matter if in JS or TS script. I'll need a reproduction project for this...

Folks, I found the root cause, fix will be released soon

Folks, I'm assuming this is the 2022.2? Maybe something regressed in the core JS code, need to check

Contained in [WEB-58397](https://youtrack.jetbrains.com/issue/WEB-58397) use the svelte language server

Migrated to [WEB-61793](https://youtrack.jetbrains.com/issue/WEB-61793) Svelte: allow style directive attributes & [WEB-58748](https://youtrack.jetbrains.com/issue/WEB-58748) Svelte: style directive is not supported

Contained in [WEB-58397](https://youtrack.jetbrains.com/issue/WEB-58397) use the svelte language server. Please open additional issues on [YouTrack](https://youtrack.jetbrains.com/newIssue?project=WEB).