Lyu, Wei-Da

Results 257 comments of Lyu, Wei-Da

I can't reproduce it. Can you check if it happens in another directory?

Yes. it won't auto-complete the tag. We're using vscode-html-language-service for tag completion. Since the input tag doesn't have an end tag in HTML, it won't auto close it. As for...

Yes, I am aware of that and it's an unrelated issue. What I mean by "in HTML" is that vscode-html-language-service treat it as an HTML tag. Can you check if...

Does this only happen in a specific file? Looks like something is wrong with source mapping to the generated code under the hood. We'll still need a reproducible to work...

Does the error disappear after restart? I want to know if it's related to how we update the file content stored in the memory. Also, please try removing some code...

Thanks for the effort! I can reproduce it now. It seems like the problem is that after the file is renamed. VSCode is still using the old casing. But TypeScript...

Reproduction steps: 1. open both `+layout.svelte` and `Header.svelte`. 2. focus the tab on `+layout.svelte` and restart the editor (reload window command also works). i.e. When the editor started. `Header.svelte` shouldn't...

Sounds like https://github.com/sveltejs/language-tools/issues/1110

According to MDN, This is an experimental attribute with poor browser compatibility. I think we will add this later. In the meanwhile, you can add a typedef to enhance it....

This config is not for emmet completion. It is for the script tag added with auto import. Let's see if we could make it more clear or if we can...