diff options
| author | iwauo <[email protected]> | 2025-10-05 01:28:09 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-04 11:28:09 -0500 |
| commit | 080fce9601c8ff377001ca67825ead85b808ef62 (patch) | |
| tree | 441a6c2ef313f90f04725a14cfd7daead3622b1e | |
| parent | b2222cc2782e9b2350394b4a4491626163c41abe (diff) | |
| download | opencode-080fce9601c8ff377001ca67825ead85b808ef62.tar.gz opencode-080fce9601c8ff377001ca67825ead85b808ef62.zip | |
docs: java-lsp support (#2958)
| -rw-r--r-- | packages/web/src/content/docs/lsp.mdx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/lsp.mdx b/packages/web/src/content/docs/lsp.mdx index c95445511..247f1bd54 100644 --- a/packages/web/src/content/docs/lsp.mdx +++ b/packages/web/src/content/docs/lsp.mdx @@ -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. |
