tomblachut / svelte-intellij

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

Support namespaced components #8

Closed tomblachut closed 1 year ago

tomblachut commented 5 years ago

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

indigo-jay commented 2 years ago

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

image

tomblachut commented 1 year ago

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