Lyu, Wei-Da
Lyu, Wei-Da
Yes. And the feature we want to prioritize is also done. We'll do it soon.
https://code.visualstudio.com/updates/v1_79#_rename-matching-jsx-tags-using-f2. In VSCode 1.79 and TypeScript 5.1. The JSX tag rename has been changed to rename the matching start/end tag by default. We can consider doing the same as well....
Closing due to inactivity and lack of reproduction. If you still experience this, please open a new issue with steps to reproduce.
@ryoppippi This seems unrelated to this issue. This issue is neovim creating multiple instances in monorepo. If you are indeed having this problem, you can try to override the root_dir...
Then it's unrelated.
While it is a general performance enhancement tactic, I don't think this is related. The main reason we delay the semantic token is that we want to prioritize auto-completion, which...
The main reason for the inactive is that this is not reliable. It won't work when there is a syntax error in the template. But maybe it's still better than...
It's now marked as experimental and off by default. We could make it on by default if people don't care much about the parser error problem. Similar to the folding...
In TypeScript 5.0, any files with an "*.extension" ambient type definition will have path completion. But do keep in mind there is https://github.com/sveltejs/language-tools/issues/1859. So path completion might not work in...
The plan is to move the element typing to the svelte core. You can see the roadmap here https://github.com/sveltejs/language-tools/issues/1552