Skip to content

Commit d173b69

Browse files
authored
Move acknowledgements and compactify changelog/future plans
1 parent d09ae1d commit d173b69

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

README.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -38,34 +38,22 @@ Examples below are for Python, but it works as well for R:
3838

3939
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).
4040

41-
New in 0.5.0:
42-
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-
- symbol highlight under cursor now works in both file editors and notebooks,
45-
- and many other improvements, see the [release notes](https://github.com/krassowski/jupyterlab-lsp/releases/tag/v0.5.0).
46-
47-
Coming in 0.6.0:
41+
New in 0.6.0:
4842

4943
- automated LSP servers start and traitlets-based configuration
5044
- "rename" action in file editor
5145
- improved code navigation when there are multiple jump targets
46+
- and many other improvements, see the [release notes](https://github.com/krassowski/jupyterlab-lsp/releases/tag/v0.6.0).
5247

5348
### Coming soon:
5449

5550
- autocompleter with documentation and sorting based on LSP suggestions
56-
- more unit tests
5751
- system of settings, including options:
5852
- to enable aggressive autocompletion (like in hinterland)
5953
- to change the verbosity of signature hints (whether to show documentation, number of lines to be shown)
60-
61-
### Planned:
62-
63-
- "rename" action in notebooks
64-
65-
### Low priority:
66-
67-
- Gutter with linter results
68-
- Use the kernel session for autocompletion in FileEditor if available (PR welcome)
54+
- "rename" action in notebooks
55+
- gutter with linter results (low priority)
56+
- use the kernel session for autocompletion in FileEditor if available (PR welcome)
6957

7058
If a feature you need is not on the lists above, please feel free to suggest it by opening a new [issue](https://github.com/krassowski/jupyterlab-lsp/issues).
7159

@@ -74,10 +62,6 @@ If a feature you need is not on the lists above, please feel free to suggest it
7462
- just like in old notebooks, you can still use the built-in <kbd>Shift</kbd> + <kbd>Tab</kbd> to get a signature in JupyterLab.
7563
This extension behaves well with this feature.
7664

77-
## Under the hood
78-
79-
This would not be possible if not the fantastic work at [wylieconlon/lsp-editor-adapter](https://github.com/wylieconlon/lsp-editor-adapter).
80-
8165
## Prerequisites
8266

8367
- JupyterLab
@@ -175,3 +159,7 @@ To run test the suite:
175159
```bash
176160
jlpm test
177161
```
162+
163+
## Acknowledgements
164+
165+
This would not be possible if not the fantastic work at [wylieconlon/lsp-editor-adapter](https://github.com/wylieconlon/lsp-editor-adapter).

0 commit comments

Comments
 (0)