-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request]Add linkedEditing LSP feature #423
Comments
This is the server side support, right? coc.nvim already has linkedEditing support, you can enable it by setting |
I tried it, but didn't work. The |
Got your point, but that PR is for TypeScript, coc-tsserver is something like https://github.com/microsoft/vscode/tree/main/extensions/typescript-language-features and , let's see how VSCode handle this in typescript-language-features. https://github.com/search?q=repo%3Amicrosoft%2Fvscode+linkedediting&type=code&p=1 Only html-language-features supports linkedEditing in VSCode for now, same as coc-html. |
From vscode's April iteration plan, this feature will be released in early May. The maintainers of vscode are already working on it: mjbvz/vscode@2d63e7c. |
Typescript already supports linkedEditing(not yet released, but available in v5.1.0-dev.20230409).
The text was updated successfully, but these errors were encountered: