Skip to content
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

Support for textDocument/onTypeRename #469

Closed
angelozerr opened this issue Nov 17, 2020 · 1 comment · Fixed by #472
Closed

Support for textDocument/onTypeRename #469

angelozerr opened this issue Nov 17, 2020 · 1 comment · Fixed by #472
Milestone

Comments

@angelozerr
Copy link

LSP 3.16 provides a new onTypeRename support https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/#textDocument_onTypeRename that we would like to consume in our XML Language Server to manage mirror cursor capability (when you update a start tag element, it will update the end tag element).

It should be really nice that lsp4j provides this support. Thanks!

@KamasamaK
Copy link
Contributor

This has been renamed textDocument/linkedEditingRange

@jonahgraham jonahgraham added this to the v0.11.0 milestone Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants