Hi, the attribute autocomplete is not working for imported components that are written in TypeScript.
Here is a screenshot of a component that was created locally:
Here a screenshot of the same component (copy-paste code) from an external library (created via svelte-kit package):
Imports
import {Button, ContainerCenterOnPage, Heading} from "@marvinjwendt/svelte-component-kit"; // Autocomplete does not work
import TestComp from "../components/TestComp.svelte"; // Autocomplete does work
Hi, the attribute autocomplete is not working for imported components that are written in TypeScript.
Here is a screenshot of a component that was created locally:
Here a screenshot of the same component (copy-paste code) from an external library (created via svelte-kit package):
Imports