You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Weird import autocomplete in VS Code is causing me to manually write imports.
When importing
enhance
, which is exported fromsrc/lib/form.ts
,$lib/form
.Enter ↵
key is pressed to autocomplete,$lib/
disappears.import { enhance } from '/form';
causes the following error.vscode-typescript-import-intellisense.mp4
Note
Example in this discussion is based on
[email protected]
and is initialized with these options.This issue is more likely related to the Svelte language-tools.
However, I am posting this question in the kit repository since
[email protected]
for reproduction.Beta Was this translation helpful? Give feedback.
All reactions