Skip to content

Commit a39b8b8

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents 9d4232a + 1d49e87 commit a39b8b8

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

doc/nvim-java.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
==============================================================================
44
Table 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+
147152
APIS *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+
225239
HOW TO USE JDK X.X VERSION? *nvim-java-how-to-use-jdk-x.x-version?*
226240

227241
:small_orange_diamond:details ~

0 commit comments

Comments
 (0)