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

Support dynamic elements via `<svelte:element>` released in svelte 3.47.0

Open dominikg opened this issue 2 years ago • 2 comments

docs: https://svelte.dev/docs#template-syntax-svelte-element

changelog: https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md#3470

PR: https://github.com/sveltejs/svelte/issues/2324

dominikg avatar Apr 13 '22 12:04 dominikg

#language-tools on svelte discord is a great place if you have questions.

dominikg avatar Apr 13 '22 12:04 dominikg

hello, +1 for this feature

build should not be broken if we use svelte:element (error Valid <svelte:...> tag names are svelte:head, svelte:options, svelte:window, svelte:body, svelte:self, svelte:component or svelte:fragment)

thx

julienchazal avatar Aug 25 '22 09:08 julienchazal

Migrating GH issues to YouTrack. I've created a new issue: WEB-62309 Svelte: add completion of svelte:element

the rest should be supported already via WEB-58397 use the svelte language server.

tomblachut avatar Aug 01 '23 19:08 tomblachut