Skip to content

Commit 1d49e87

Browse files
chore(doc): automatic vimdoc update (#173)
Co-authored-by: s1n7ax <s1n7ax@users.noreply.github.com>
1 parent 0e61713 commit 1d49e87

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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)