-
- `nvim --version`: v0.5.0-dev+1182-gb79596eb5
- nvim-lsp version(commit hash): [`39a8033`](https://github.com/neovim/nvim-lspconfig/commit/39a803342edd62f36c1ba3a75fd046f912857c37)
- What language …
ghost updated
3 years ago
-
I am using the jedi-ls with Nvim-lsp.
When using pyls, the documentation shows when I am writing function parameters, whereas jedi-ls only shows the signature help. How can I replicate the behaviour …
-
Hi, great work on the lib!
I am writing a VSC extension for our python framework and trying to implement autocomplete. The problem is `trigger_characters` are not enough for me as I would need to k…
-
I'm trying to use the latex language server texlab with JupyterLab. When a tex file is open, I see the following at the bottom of the screen:
Missing: 1
latex
it says to use conda install -c conda…
-
We ship `jedi-language-server` with Python extension for VS Code, which depends on `pygls`. With the latest version `0.10.*` there is a dependency on `psutils` which means that we cant ship `jedi-lang…
-
Part of why I was less excited about this approach is there are _layers_ of nested licensing to be resolved here.
It would be worth tracking down all of the upstream licenses before hitting the de…
-
The type of the `id` field in server response message is always `str` [now](https://github.com/openlawlibrary/pygls/blob/4d8d8e25fbedd3d41b75e8bfe041c99fe3611b1d/pygls/lsp/types/basic_structures.py#L7…
-
```
Python 3.7.9 (default, Sep 9 2020, 00:09:07)
[Clang 11.0.3 (clang-1103.0.32.62)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from pygls.lsp.types imp…
-
textDocumentSync option can be a number (which pygls uses) or be of the form of TextDocumentSyncOptions.
I am working on a language server to interface with the native LSP client inside of neovi…
-
Hi there!
**Issue**
The CLI is raising exceptions at least when it is run without any parameters and with the `--help` parameter, but probably with other parameters too. Poetry reported the line…