docs: java-lsp support (#2958)

This commit is contained in:
iwauo
2025-10-05 01:28:09 +09:00
committed by GitHub
parent 7b359f8cd8
commit 4603820839
+1
View File
@@ -25,6 +25,7 @@ OpenCode comes with several built-in LSP servers for popular languages:
| rust | .rs | `rust-analyzer` command available | | rust | .rs | `rust-analyzer` command available |
| clangd | .c, .cpp, .cc, .cxx, .c++, .h, .hpp, .hh, .hxx, .h++ | Auto-installs for C/C++ projects | | clangd | .c, .cpp, .cc, .cxx, .c++, .h, .hpp, .hh, .hxx, .h++ | Auto-installs for C/C++ projects |
| svelte | .svelte | Auto-installs for Svelte projects | | svelte | .svelte | Auto-installs for Svelte projects |
| jdtls | .java | `Java SDK (version 21+)` installed |
LSP servers are automatically enabled when one of the above file extensions are detected and the requirements are met. LSP servers are automatically enabled when one of the above file extensions are detected and the requirements are met.