-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
LSP: Support textDocument/prepareRename #6103
Merged
Merged
Commits on Feb 25, 2023
-
LSP: Support textDocument/prepareRename
'textDocument/prepareRename' can be used by the client to ask the server the range of the symbol under the cursor which would be changed by a subsequent call to 'textDocument/rename' with that position. We can use this information to fill the prompt with an accurate prefill which can improve the UX for renaming symbols when the symbol doesn't align with the "word" textobject. (We currently use the "word" textobject as a default value for the prompt.) Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fed1fc4 - Browse repository at this point
Copy the full SHA fed1fc4View commit details
Commits on Feb 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for da7b3bc - Browse repository at this point
Copy the full SHA da7b3bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e5179f - Browse repository at this point
Copy the full SHA 8e5179fView commit details
Commits on Feb 27, 2023
-
Update helix-term/src/commands/lsp.rs
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9c93214 - Browse repository at this point
Copy the full SHA 9c93214View commit details -
Update helix-term/src/commands/lsp.rs
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 24913b4 - Browse repository at this point
Copy the full SHA 24913b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 104dc6c - Browse repository at this point
Copy the full SHA 104dc6cView commit details
Commits on Mar 5, 2023
-
Update helix-term/src/commands/lsp.rs
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f9f20de - Browse repository at this point
Copy the full SHA f9f20deView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3a01dc - Browse repository at this point
Copy the full SHA f3a01dcView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.