LSP Refactoring Capabilities #4747
xeho91
started this conversation in
Design Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
What Am I Proposing?
Add refactoring code actions to the
typescript@7LSP.Why?
Modern IDEs (such as VS Code, Neovim, and Zed) rely on refactoring code actions as a core part of the TypeScript editing experience.
Without these refactoring actions, the
typescript@7LSP feels incomplete compared tovtsls/typescript-language-server.Users migrating to this newer version lose these workflows.
Refactoring Actions Tracker
Verified against VS Code TypeScript refactoring docs and TypeScript source.
Convert parameters to destructured objectsourceConvert parameters to destructed objectrefactoring #2281Infer function return typerefactoring code action #4749All reactions