SvelteKit with typescript no intellisense inside html? #8135
Unanswered
WingsDevelopment
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have simple page component, but my intellisense isnide html is not working... Also after renameing property it doesn't rename inside html, it just breaks... Typescript version: 4.8.4 Here is my code:
here is my Blog interface:
It works strange, after i type for example blog.content and wait few seconds i get content as suggestion, but renaming content still doesn't get renamed in HTML..
Beta Was this translation helpful? Give feedback.
All reactions