docs: java-lsp support (#2958)
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run

This commit is contained in:
iwauo 2025-10-05 01:28:09 +09:00 committed by GitHub
parent b2222cc278
commit 080fce9601
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,7 @@ OpenCode comes with several built-in LSP servers for popular languages:
| rust | .rs | `rust-analyzer` command available |
| clangd | .c, .cpp, .cc, .cxx, .c++, .h, .hpp, .hh, .hxx, .h++ | Auto-installs for C/C++ 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.