Lyu, Wei-Da

Results 257 comments of Lyu, Wei-Da

https://code.visualstudio.com/docs/languages/identifiers Follow the files.associations example here

Oh sorry jumped to the conclusion too fast. There's some code using the `.vue` extension to check if a file is a vue file or ts/js files. Those need to...

@MrSiby I guess you didn't set up [path aliases for typescript](https://vuejs.github.io/vetur/guide/setup.html#path-mapping), as the comment suggested. So typescript, which powers the js/ts language features, is not aware that these import paths...

The LSP 3.16 brings `workspace/didRenameFiles` notifications and `workspace/willRenameFiles` requests. I can try to take a crack on this once the deps bumps, as it has some breaking changes.

Reading `lib.dom.d.ts` sounds like a good idea. I tried to write a script from scratch to read the global from the same source as `lib.d.ts` but turn out to be...

Vote for `on:event`, if there aren't technical difficulties. And `svelte/html`. Also, we can probably consider https://github.com/sveltejs/language-tools/issues/684 if we bump the minimal typescript version in svelte 4?

I don't have a strong opinion about this although I leaned toward `on:event`. The template-literal redirect looks impressive. Do this mean we would use the `on:event` in here but have...

About kit-specific typing. Maybe we could use [Module Augmentation](https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation) in the kit to enhance the anchor attribute typing. And language server could load the fallback version if we detect the...

Did you forget to add the link to "the application"? Please provide a reproduction in a repository form or a REPL link. There's much we can do with this little...

Did you have the typescript-svelte-plugin installed? Otherwise, it's probably not related.