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
wrong refactoring kind (see here), should be refactor.extract.variable
refactor.extract.variable
refactoring available. should be refactor.extract.field
refactor.extract.field
refactoring available. should be refactor.extract.constant (wrongly mapped to "variable" now)
refactor.extract.constant
There is a refactoring kind named as refactor.introduce.parameter, please check if it's matched.
refactor.introduce.parameter
https://github.com/redhat-developer/vscode-java/blob/84d2985555251eaffd22dcb33f711a0e01f28b68/src/codeActionProvider.ts#L4-L18
The text was updated successfully, but these errors were encountered:
These refactoring features is fixed #261
These refactoring methods is added #326
I was really surprised that vscode-java supported the Change Signature 👍
vscode-java
Sorry, something went wrong.
kasecato
No branches or pull requests
Extract Variable | ✅
wrong refactoring kind (see here), should be
refactor.extract.variable
Extract Field | N/A
refactoring available. should be
refactor.extract.field
Extract Constant | N/A
refactoring available. should be
refactor.extract.constant
(wrongly mapped to "variable" now)Extract Parameter | N/A
There is a refactoring kind named as
refactor.introduce.parameter
, please check if it's matched.Reference
https://github.com/redhat-developer/vscode-java/blob/84d2985555251eaffd22dcb33f711a0e01f28b68/src/codeActionProvider.ts#L4-L18
The text was updated successfully, but these errors were encountered: