-
Could we maybe add typos-lsp as an additional general-purpose lsp next to nonels?
-
El método listFiles() en WdfFileNode devuelve null, mientras que la interfaz FileObject sugiere que debe retornar un array de objetos FileObject. Esto viola el principio de sustitución de Liskov (LSP)…
-
```log
/usr/share/nvim/runtime/lua/vim/lsp/rpc.lua:800: Spawning language server with cmd: `{ "/home/end3rman/.local/share/nvim/opt/phpactor/bin/phpactor", "language-server" }` failed. The language s…
-
I am using Ecode in Haiku, and I set up the OCaml LSP with the following configuration:
```json
"servers": [
{
"command": "/boot/home/dev/ocaml-lsp/_build/default/ocaml-lsp-server/bi…
-
### Describe the bug
Metals doesn't always send `"kind": "end"` for `$/progress` notification which results in a leak in emacs:
![image](https://github.com/user-attachments/assets/ff25514e-fb89-43…
-
The `DSLX_PATH` environment variable used to be the way to tell he language server what the base path is for finding import paths.
Let's assume the XLS checkout is in a subdirectory of my homedir: `/…
-
Is it me or this LSP is kinda slow? I'm used to instant response from Gopls and at least for small projects, the language as complex as Haskell, has quite fast response times. But Svelte seems to requ…
-
Hi,
I really love your config but I have a problem with the LSP Signature Help feature.
![image](https://github.com/user-attachments/assets/07ff11e0-fcf8-46d8-8e66-449100cf813e)
As seen in t…
-
A small (?) request for the VSC extension.
I would love for method discovery to be as great as in a plain TS file.
In typescript, if I type a dot after an object, it shows me its properties and me…
-
The current LSP Acceptor has this limitation wherein there is no way to visit a node's children without visting the node and invoking the consumer on it. This is an issue if you, for instance, want to…