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

Support namespaced components

Open tomblachut opened this issue 5 years ago • 1 comments

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

tomblachut avatar May 05 '19 23:05 tomblachut

Is this bug referring to the following? These are components from SvelteUI (which work correctly despite the red error indications):

image

indigo-jay avatar Aug 17 '22 14:08 indigo-jay

Migrated to WEB-61636 Svelte: stop marking namespaced components as unresolved

tomblachut avatar Jul 04 '23 15:07 tomblachut