diff options
Diffstat (limited to 'packages/web/src/content/docs/de/lsp.mdx')
| -rw-r--r-- | packages/web/src/content/docs/de/lsp.mdx | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/packages/web/src/content/docs/de/lsp.mdx b/packages/web/src/content/docs/de/lsp.mdx index 6142d12f3..2bdb31411 100644 --- a/packages/web/src/content/docs/de/lsp.mdx +++ b/packages/web/src/content/docs/de/lsp.mdx @@ -12,18 +12,18 @@ OpenCode lässt sich in Ihr Language Server Protocol (LSP) integrieren, um die I OpenCode verfügt über mehrere integrierte LSP-Server für gängige Sprachen: | LSP Server | Erweiterungen | Anforderungen | -| ------------------ | ------------------------------------------------------------------- | ------------------------------------------------------------------------- | ----------- | -| Astro | .astro | Automatische Installation für Astro-Projekte | -| bash | .sh, .bash, .zsh, .ksh | Installiert den Bash-Language-Server | automatisch | -| klirrend | .c, .cpp, .cc, .cxx, .c++, .h, .hpp, .hh, .hxx, .h++ | Automatische Installation für C/C++-Projekte | +| ------------------ | ------------------------------------------------------------------- | ------------------------------------------------------------------------- | +| astro | .astro | Automatische Installation für Astro-Projekte | +| bash | .sh, .bash, .zsh, .ksh | Installiert den bash-language-server automatisch | +| clangd | .c, .cpp, .cc, .cxx, .c++, .h, .hpp, .hh, .hxx, .h++ | Automatische Installation für C/C++-Projekte | | csharp | .cs | `.NET SDK` installed | | clojure-lsp | .clj, .cljs, .cljc, .edn | `clojure-lsp`-Befehl verfügbar | -| Dart | .dart | `dart`-Befehl verfügbar | +| dart | .dart | `dart`-Befehl verfügbar | | deno | .ts, .tsx, .js, .jsx, .mjs | `deno`-Befehl verfügbar (automatische Erkennung von deno.json/deno.jsonc) | -| Elixier-ls | .ex, .exs | `elixir`-Befehl verfügbar | +| elixir-ls | .ex, .exs | `elixir`-Befehl verfügbar | | eslint | .ts, .tsx, .js, .jsx, .mjs, .cjs, .mts, .cts, .vue | `eslint` dependency in project | | fsharp | .fs, .fsi, .fsx, .fsscript | `.NET SDK` installed | -| Glanz | .glanz | `gleam`-Befehl verfügbar | +| gleam | .gleam | `gleam`-Befehl verfügbar | | gopls | .go | `go`-Befehl verfügbar | | hls | .hs, .lhs | `haskell-language-server-wrapper`-Befehl verfügbar | | jdtls | .java | `Java SDK (version 21+)` installiert | @@ -32,18 +32,18 @@ OpenCode verfügt über mehrere integrierte LSP-Server für gängige Sprachen: | nixd | .nix | `nixd`-Befehl verfügbar | | ocaml-lsp | .ml, .mli | `ocamllsp`-Befehl verfügbar | | oxlint | .ts, .tsx, .js, .jsx, .mjs, .cjs, .mts, .cts, .vue, .astro, .svelte | `oxlint` dependency in project | -| PHP Intelepense | .php | Automatische Installation für PHP-Projekte | -| Prisma | .prisma | `prisma`-Befehl verfügbar | +| php intelephense | .php | Automatische Installation für PHP-Projekte | +| prisma | .prisma | `prisma`-Befehl verfügbar | | pyright | .py, .pyi | `pyright` dependency installed | | ruby-lsp (rubocop) | .rb, .rake, .gemspec, .ru | Befehle `ruby` und `gem` verfügbar | -| Rost | .rs | `rust-analyzer`-Befehl verfügbar | +| rust | .rs | `rust-analyzer`-Befehl verfügbar | | sourcekit-lsp | .swift, .objc, .objcpp | `swift` installed (`xcode` on macOS) | -| schlank | .svelte | Automatische Installation für Svelte-Projekte | -| Terraform | .tf, .tfvars | Automatische Installation von GitHub-Releases | -| winziger Nebel | .typ, .typc | Automatische Installation von GitHub-Releases | +| svelte | .svelte | Automatische Installation für Svelte-Projekte | +| terraform | .tf, .tfvars | Automatische Installation von GitHub-Releases | +| tinymist | .typ, .typc | Automatische Installation von GitHub-Releases | | typescript | .ts, .tsx, .js, .jsx, .mjs, .cjs, .mts, .cts | `typescript` dependency in project | | vue | .vue | Automatische Installation für Vue-Projekte | -| yaml-ls | .yaml, .yml | Installiert den Red Hat Yaml-Language-Server | automatisch | +| yaml-ls | .yaml, .yml | Installiert den Red Hat yaml-language-server automatisch | | zls | .zig, .zon | `zig`-Befehl verfügbar | LSP-Server werden automatisch aktiviert, wenn eine der oben genannten Dateierweiterungen erkannt wird und die Anforderungen erfüllt sind. |
