tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
485 stars 38 forks source link

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

Closed dominikg closed 1 year ago

dominikg commented 2 years ago

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 commented 2 years ago

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

julienchazal commented 2 years ago

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

tomblachut commented 1 year ago

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.