Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Aug 22, 2019
1 parent e192de4 commit 848c151
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,27 @@ Examples below are for Python, but it works as well for R:

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

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

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

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

- completer: merge suggestions from LSP, kernel and tokens (currently LSP and tokens only)
### Coming soon:

- multiple LSP connections per notebook, e.g. SQL embedded in a Python notebook, or R (using rpy2) embedded in Python notebook.
- autocompleter with documentation and sorting based on LSP suggestions
- unit tests
- system of settings, including option for aggressive autocompletion (like in hinterland)

### Planned:

- "rename" action
- "rename" action (PR welcome)

### May be included:
### Low priority:

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

## Under the hood

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krassowski/jupyterlab-lsp",
"version": "0.3.0",
"version": "0.4.0",
"description": "Language Server Protocol integration for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 848c151

Please sign in to comment.