Skip to content

Commit 848c151

Browse files
committed
Release 0.4.0
1 parent e192de4 commit 848c151

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,27 @@ Examples below are for Python, but it works as well for R:
3333

3434
![signature](https://raw.githubusercontent.com/krassowski/jupyterlab-lsp/master/examples/screenshots/signature.png)
3535

36-
- advanced autocompletion (even when the kernel is off)
36+
- advanced autocompletion (even when the kernel is off);
3737

3838
![autocompletion](https://raw.githubusercontent.com/krassowski/jupyterlab-lsp/master/examples/screenshots/autocompletion.png)
3939

40-
### In progress:
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).
4141

42-
- completer: merge suggestions from LSP, kernel and tokens (currently LSP and tokens only)
42+
### Coming soon:
43+
44+
- multiple LSP connections per notebook, e.g. SQL embedded in a Python notebook, or R (using rpy2) embedded in Python notebook.
45+
- autocompleter with documentation and sorting based on LSP suggestions
46+
- unit tests
47+
- system of settings, including option for aggressive autocompletion (like in hinterland)
4348

4449
### Planned:
4550

46-
- "rename" action
51+
- "rename" action (PR welcome)
4752

48-
### May be included:
53+
### Low priority:
4954

5055
- Gutter with linter results
56+
- Use the kernel session for autocompletion in FileEditor if available (PR welcome)
5157

5258
## Under the hood
5359

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@krassowski/jupyterlab-lsp",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Language Server Protocol integration for JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)