Tomasz Błachut

Results 103 comments of Tomasz Błachut

@miosenpai yes, sure. It's missing in checklist and I'll amend that.

@miosenpai Workaround is to copy `ambient-modules.d.ts` (you can find it with `Shift+Shift` popup) and paste it into `src/global.d.ts`

@r00t3g yeah you're right, anyway let's keep this issue since there's nice workaround specified. Here's the original mention: --- I ran into a similiar problem with `context="module"`. Their exports are...

> plugin currently requires the svelte file being imported by any typescript file. That seems to be the case. Apologies, I'm not sure but it looks like a regression.

Should be fixed at the same time as every recent TS-related ticked (https://youtrack.jetbrains.com/issue/WEB-50851)

Hi @Treverix , could you check if this not-so-secret-anymore attachment fixes the problem? (2021.2 required) [svelte-intellij-0.21.0-alpha.zip](https://github.com/tomblachut/svelte-intellij/files/6865091/svelte-intellij-0.21.0-alpha.zip) (same file as in #222)

Also relevant: > If you want to make @keyframes that are accessible globally, you need to prepend your keyframe names with -global-. > The -global- part will be removed when...

Hello, can you provide sample reproduction and version of IDE and plugin used? This should work in newest versions

Hello, which IDE version are you using? To be honest, I don't fully grasp your example. Could you format it differently?

But if you create event handler with `$$props: Event` as an argument, will it complain? I think not. My current understanding is that this code ```kotlin implicitIdentifiers.forEach { if (JSSymbolUtil.isAccurateReferenceExpressionName(expression,...