|
1 | | -*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 July 05 |
| 1 | +*nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 July 06 |
2 | 2 |
|
3 | 3 | ============================================================================== |
4 | 4 | Table of Contents *nvim-java-table-of-contents* |
@@ -103,6 +103,11 @@ COMMANDS *nvim-java-commands* |
103 | 103 | :small_orange_diamond:details ~ |
104 | 104 |
|
105 | 105 |
|
| 106 | +BUILD ~ |
| 107 | + |
| 108 | +- `JavaBuildWorkspace` - Runs a full workspace build |
| 109 | + |
| 110 | + |
106 | 111 | RUNNER ~ |
107 | 112 |
|
108 | 113 | - `JavaRunnerRunMain` - Runs the application or selected main class (if there |
@@ -147,6 +152,15 @@ APIS *nvim-java-apis* |
147 | 152 | :small_orange_diamond:details ~ |
148 | 153 |
|
149 | 154 |
|
| 155 | +BUILD ~ |
| 156 | + |
| 157 | +- `build.build_workspace` - Runs a full workspace build |
| 158 | + |
| 159 | +>lua |
| 160 | + require('java').build.build_workspace() |
| 161 | +< |
| 162 | + |
| 163 | + |
150 | 164 | RUNNER ~ |
151 | 165 |
|
152 | 166 | - `built_in.run_app` - Runs the application or selected main class (if there |
@@ -415,11 +429,16 @@ For instance, to run the current test, |
415 | 429 |
|
416 | 430 | PROJECTS ACKNOWLEDGEMENT *nvim-java-projects-acknowledgement* |
417 | 431 |
|
418 | | -nvim-jdtls <https://github.com/mfussenegger/nvim-jdtls> is a plugin that |
419 | | -follows "Keep it simple, stupid!" approach. If you love customizing things by |
420 | | -yourself, then give nvim-jdtls a try. I may or may not have copied some code |
421 | | -Beautyof Open source! |
| 432 | +- spring-boot.nvim <https://github.com/JavaHello/spring-boot.nvim> is the one |
| 433 | + that starts sts4 & do other necessary `jdtls` `sts4` sync command registration |
| 434 | + in `nvim-java`. |
| 435 | +- nvim-jdtls <https://github.com/mfussenegger/nvim-jdtls> is a plugin that |
| 436 | + follows "Keep it simple, stupid!" approach. If you love customizing things by |
| 437 | + yourself, then give nvim-jdtls a try. |
422 | 438 |
|
| 439 | + |
| 440 | + [!WARNING] You cannot use `nvim-java` alongside `nvim-jdtls`. So remove |
| 441 | + `nvim-jdtls` before installing this |
423 | 442 | ============================================================================== |
424 | 443 | 2. Links *nvim-java-links* |
425 | 444 |
|
|
0 commit comments