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

It's not really breaking, but would be good if there is a way to suppress this error. From reading around, this is a low-level inspection that is tied to the...

contributions needed
Svelte core
area: styles
impact: minor

For components thats use lang="ts", auto imports of other (nested) components do not respect IDE Setting: _Settings/Editor/Code Style/TypeScript_ : **Use paths relative to tsconfig.json** [unchecked] And to get relative path...

waiting for reply

![image](https://user-images.githubusercontent.com/52130524/121469013-0af82000-c9bc-11eb-8bc5-df6710136bfa.png)

area: types

I am using Typescript with Svelte, IDEA version 2021.1.3 and plugin version 0.20.0 It is valid Svelte code to declare module based constant exports in a svelte component like this:...

Svelte core
area: imports
platform: references
area: types

Have you thought about using LSP integration for a more unified language support across IDE's? https://microsoft.github.io/language-server-protocol/ IT seems like this should be possible with this client library https://github.com/ballerina-platform/lsp4intellij and the...

[SvelteKit](https://kit.svelte.dev/) went into public beta. This issue is meant to track improvements on intellij plugin side. - [x] `sveltekit:prefetch`, `sveltekit:noscroll`, `rel=external` – completions, do not highlight as not allowed -...

Svelte core

Hey. If I have 2 svelte files with the same name. Autocompletion suggests only one. ![image](https://user-images.githubusercontent.com/1455274/130435794-35047d80-fadd-4350-b05e-debf855101a2.png)

When using tags such as `img`, `head` (in the `app.html` file), etc. in Svelte components and using binding to add certain attributes: ```svelte ``` The IDE thinks the attributes are...

bug

`dev.blachut.svelte.lang.codeInsight.SvelteTagProvider#getDescriptor` should return implementation of `XmlElementDescriptor`. Could reuse or enhance `SvelteComponentTagDescriptor` if possible. Descriptor should return available props in `getAttributesDescriptors` method. This task is unfortunately partially blocked by #2

Svelte core
platform: references
area: html