You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,13 @@ Examples below are for Python, but it works as well for R:
39
39
40
40
when a kernel is available the suggestions from the kernel (such as keys of a dict and columns of a DataFrame autocompletion) are merged with the suggestions from LSP (currently only in notebook).
41
41
42
+
New in 0.5.0 (currently RC - please help testing if you can):
43
+
- multiple LSP connections per notebook, e.g. SQL or R (using rpy2) embedded in Python notebook [(example)](https://github.com/krassowski/jupyterlab-lsp/blob/master/examples/Magics_and_rpy2.ipynb).
44
+
42
45
### Coming soon:
43
46
44
-
- multiple LSP connections per notebook, e.g. SQL or R (using rpy2) embedded in Python notebook.
45
47
- autocompleter with documentation and sorting based on LSP suggestions
46
-
- unit tests
48
+
-more unit tests
47
49
- system of settings, including options:
48
50
- to enable aggressive autocompletion (like in hinterland)
49
51
- to change the verbosity of signature hints (whether to show documentation, number of lines to be shown)
@@ -137,6 +139,14 @@ To update already installed extension:
0 commit comments