File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1- *nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 April 12
1+ *nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 May 03
22
33==============================================================================
44Table of Contents *nvim-java-table-of-contents*
@@ -144,6 +144,11 @@ PROFILES ~
144144- `JavaProfile` - Opens the profiles UI
145145
146146
147+ REFACTOR ~
148+
149+ - `JavaRefactorExtractVariable` - Create a variable from returned value at cursor
150+
151+
147152APIS *nvim-java-apis*
148153
149154:small_orange_diamond:details ~
@@ -222,6 +227,15 @@ PROFILES ~
222227<
223228
224229
230+ REFACTOR ~
231+
232+ - `extract_variable` - Create a variable from returned value at cursor
233+
234+ >lua
235+ require('java' ).refactor.extract_variable()
236+ <
237+
238+
225239HOW TO USE JDK X.X VERSION? *nvim-java-how-to-use-jdk-x.x-version?*
226240
227241:small_orange_diamond:details ~
You can’t perform that action at this time.
0 commit comments