Tomasz Błachut

Results 103 comments of Tomasz Błachut

Hey, I'd like to integrate with LSP of course, but it's further down the roadmap. There's also this library: https://github.com/gtache/intellij-lsp IDK which one of them is better

That would be great! Be sure to share your findings, links etc. Thanks.

@sonyseng this is certainly interesting. If you decide to look into that further don't hesitate to reach out to me if you have some questions.

@maku You present those options as isolated alternatives, while in reality they must be painstakingly fused together in WebStorm, since the platform provides many features that would clash with LSP...

No offence taken 🙂 I wanted to express clearly why LSP is not supported right now, since the default train of thought is "well, there are great `svelte-language-tools` available for...

@Bilge no, analysis can be built on IDE side

@Bilge TS works inside script tag. There's a couple of remaining open issues https://github.com/tomblachut/svelte-intellij/labels/area%3A%20types

Please show an example of what do you mean, ideally in separate issue because it does not seem to be related to LSP discussion

@Maggi64 thanks, you too 🎄 Minimal repro: ```svelte ``` thanks for reporting https://svelte.dev/repl/8ed50e6b0c80438b8eecbbb78bd92c3f?version=3.31.0 – interestingly, Svelte REPL syntax highlighter breaks on this

Looks like space between `)` & `}` is unsupported. Thanks for reporting!