jupyterlab-lsp icon indicating copy to clipboard operation
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

## 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...