svelte-intellij icon indicating copy to clipboard operation
svelte-intellij copied to clipboard

Svelte components in WebStorm and friends

Results 62 svelte-intellij issues
Sort by recently updated
recently updated
newest added

Webstorm. Vscode: ![image](https://user-images.githubusercontent.com/3579905/185096248-beb5fa31-a4e3-45d2-bfb0-9bf8ac3c7523.png) Webstorm does not report error when the type keyword is missing from imports. When Webstorm auto imports the types, this breaks the build.

When using TypeScript I get an unresolved variable error in WebStorm ![Screenshot from 2022-08-17 10-47-03](https://user-images.githubusercontent.com/14902783/185076447-13f6ab9f-f476-4722-a78d-4d11dcf2d924.png) To reproduce this issue, see the following code: _src/routes/test.svelte_ ```svelte import { count } from...