Tomasz Błachut

Results 6 issues of Tomasz Błachut

[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

`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

Refer to this test: https://github.com/sveltejs/svelte/tree/master/test/parser/samples/textarea-children And this repl: https://svelte.dev/repl/1e98afa6a765431d9368139f9f48c6dc?version=3.24.1

Svelte core
help wanted
area: html
platform: parser

https://svelte.dev/repl/1e78f2cd120247a9899d3a525675c836?version=3.24.1 Such variables need to be checked after reaching script tag, right now they are checked - by name - at the very beginning of reference resolving.

Svelte core
area: JS extensions
platform: references

Hello 👋 There are some cases when users would like to reformat only parts of file, unfortunately it's not working right now. Reproduction: Use following file ```svelte console. log('hello') {#if...

bug