Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion doc/nvim-java.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 April 12
*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 May 03

==============================================================================
Table of Contents *nvim-java-table-of-contents*
Expand Down Expand Up @@ -144,6 +144,11 @@ PROFILES ~
- `JavaProfile` - Opens the profiles UI


REFACTOR ~

- `JavaRefactorExtractVariable` - Create a variable from returned value at cursor


APIS *nvim-java-apis*

:small_orange_diamond:details ~
Expand Down Expand Up @@ -222,6 +227,15 @@ PROFILES ~
<


REFACTOR ~

- `extract_variable` - Create a variable from returned value at cursor

>lua
require('java').refactor.extract_variable()
<


HOW TO USE JDK X.X VERSION? *nvim-java-how-to-use-jdk-x.x-version?*

:small_orange_diamond:details ~
Expand Down