jupyterlab-lsp
jupyterlab-lsp copied to clipboard
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Results
202
jupyterlab-lsp issues
Sort by
recently updated
recently updated
newest added
## Description when opening parentheses triggers the signature, the default behavior of lsp appears to be to show an _extra_ tooltip (in addition to default completer), which obscures the code...
feature:signature
(no action need know, set issue for further tracking) Jump definition doesn't work with lsp_symlink
2
## Description On our end, we have our notebooks in one mounted folder (denoted as /mount) While our lib is installed in home folder (/home/user) In this case, lsp works...