We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3a1d5 commit 8ab396aCopy full SHA for 8ab396a
doc/nvim-java.txt
@@ -155,7 +155,6 @@ REFACTOR ~
155
- `JavaRefactorExtractConstant` - Create a constant from the value at cursor/selection
156
- `JavaRefactorExtractMethod` - Create a method from the value at cursor/selection
157
- `JavaRefactorExtractField` - Create a field from the value at cursor/selection
158
-- `JavaRefactorConvertVariableToField` - Change a local variable to field
159
160
161
SETTINGS ~
@@ -283,12 +282,6 @@ REFACTOR ~
283
282
require('java').refactor.extract_field()
284
<
285
286
-- `convert_variable_to_field` - Change a local variable to field
287
-
288
->lua
289
- require('java').refactor.convert_variable_to_field()
290
-<
291
292
293
294
0 commit comments