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
And for svelte files, it's explained in the issue you linked. The object needed for the language service plugin simply doesn't exist in the Svelte language server. I'll reply to the comment you asked in that issue. It also won't work in the +page.ts + +layout.ts files in a SvelteKit project because of the way zero-config type-safety was implemented in the typescript-svelte-plugin(not to be confused with the vscode extension or the svelte language server). So this is not something that can be fixed in typescript-plugin-css-modules.
I assume that this is related to #212 but I wasn't able to get it to work in normal
.ts
files either so I'm creating a new issue.Here is the reproduction: https://github.com/enyo/typescript-css-modules-demo
There are only 2 commits:
npm create svelte@latest my-app
typescript-plugin-css-modules
and show that there is no intellisense.The text was updated successfully, but these errors were encountered: