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
TypeScript 2.4 will provide refactoring suppor (like Convert to ES2015 class).
See PR microsoft/TypeScript#15569 When this PR will be merged in the master, study how to consule new tsserver command GetApplicableRefactors and GetRefactorCodeActions https://github.com/Microsoft/TypeScript/pull/15569/files#diff-121b46a8c0f71b73817f429b57e27e61R99t
GetApplicableRefactors
GetRefactorCodeActions
The text was updated successfully, but these errors were encountered:
Implement refactors tsserver commands. See
7764251
#178
fc05cf7
Consumme tsserver refactor support. See
a9289ad
Here a demo
See https://github.com/angelozerr/typescript.java/wiki/Editor-Features#refactoring-support for more information.
Sorry, something went wrong.
No branches or pull requests
TypeScript 2.4 will provide refactoring suppor (like Convert to ES2015 class).
See PR microsoft/TypeScript#15569 When this PR will be merged in the master, study how to consule new tsserver command
GetApplicableRefactors
andGetRefactorCodeActions
https://github.com/Microsoft/TypeScript/pull/15569/files#diff-121b46a8c0f71b73817f429b57e27e61R99tThe text was updated successfully, but these errors were encountered: