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

Add textDocument/prepareRename #551

Merged
merged 1 commit into from
Aug 23, 2018
Merged

Conversation

rcjsuen
Copy link
Contributor

@rcjsuen rcjsuen commented Aug 22, 2018

This implements the request from #455.

Introduce a new request for validating whether a rename operation is valid at the given position. The request will also determine whether the range and optionally text to be renamed.

I haven't touched the changelog and protocol versions and so on.

Introduce a new request for validating whether a rename operation is
valid at the given position. The request will also determine whether
the range and optionally text to be renamed.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
@dbaeumer dbaeumer merged commit 9c19e46 into microsoft:gh-pages Aug 23, 2018
@rcjsuen rcjsuen deleted the prepareRename branch August 23, 2018 15:36
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 this pull request may close these issues.

2 participants