Procházet zdrojové kódy

docs: java-lsp support (#2958)

iwauo před 6 měsíci
rodič
revize
080fce9601
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      packages/web/src/content/docs/lsp.mdx

+ 1 - 0
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   |
 | 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.