Skip to content

feat(ts_ls): add _typescript.rename handler #3779

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

Merged
merged 1 commit into from
Apr 26, 2025

Conversation

thatsmydoing
Copy link
Contributor

This handler is used when performing certain code actions such as extracting functions or types. The language server asks the editor to prompt for a rename for the newly created function or type.

This handler is used when performing certain code actions such as
extracting functions or types. The language server asks the editor to
prompt for a rename for the newly created function or type.
@thatsmydoing thatsmydoing requested a review from glepnir as a code owner April 26, 2025 06:36
@justinmk justinmk merged commit 9b45d86 into neovim:master Apr 26, 2025
11 checks passed
@thatsmydoing thatsmydoing deleted the typescript-rename-handler branch April 26, 2025 12:48
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