-
Hello,
First apologies if this isn't the place to ask this question, but I couldn't find anywhere better to ask. I was just hoping to get a better understanding of how to implement this package int…
-
I'm currently experimenting with pygls (great so far!) and while things look promising, I'm struggling with setting up a process which results in a single installable VSCode extension.
Right at thi…
-
Hi @pappasam,
I still use this language server every day and I really like it. Since I develop with quite large frameworks, autocompletion can be slow (even after an initial completion). I was thin…
-
- [x] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.
…
-
## Description
For none-builtin Python packages (numpy, pandas, matplotlib etc.), documentation is not showed when I hover cursor on the package name/method or when I choose candidate in au…
-
Thanks for the great project.
While experimenting with builtin LSP in nvim I found that goto definition do not work with `anakinls` as language server (it doesn't work with `jedi-language-server` e…
-
- `nvim --version`:
```
NVIM v0.5.0-869-g71d4f5851
Build type: RelWithDebInfo
LuaJIT 2.0.5
Compilation: /usr/bin/cc -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -U_FORTI…
-
Hey Jupyterlab-lsp folks!
## Description
Using pyls-memestra I found a bug and I believe it's happening because of something wrong with juplab-lsb. Variable names are consuming the underline on …
-
Given the following cmake file: https://github.com/llvm/llvm-project/blob/master/libc/src/stdio/CMakeLists.txt
If I hover over `add_entrypoint_object`, I see the following exception:
```
cmake:…
rwols updated
4 years ago
-
I've been experimenting with vim-lsc and the pygls language server. I get this error:
ERROR Failed to handle notification textDocument/didSave: Object....
Traceback (most recent call last):
File.…