We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rename Symbol is not available in some cases, e.g. for locals, so trying to use Rename Symbol will result in a failure.
We can prevent the option for appearing using textDocument/prepareRename.
textDocument/prepareRename
The text was updated successfully, but these errors were encountered:
@andyw8 I have some questions
Do we need to check if prepareSupport is provided by the client before enabling prepare_provider, or should we enable prepare_provider by default?
prepareSupport
prepare_provider
The renaming option will only be provided if the selected node is a constant type node, correct?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Rename Symbol is not available in some cases, e.g. for locals, so trying to use Rename Symbol will result in a failure.
We can prevent the option for appearing using
textDocument/prepareRename
.The text was updated successfully, but these errors were encountered: