We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4090e05 commit 7ce5317Copy full SHA for 7ce5317
CHANGELOG.md
@@ -4,11 +4,14 @@
4
5
- bug fixes:
6
7
+ - completion and signature suggestions get invalidated when editor changes ([#507])
8
+ - signature suggestions now invalidate on cursor move to another line or backwards too ([#507])
9
- LaTeX is now rendered in documentation panel of completer ([#506])
10
- completion response returned as plain text use pre tag to retain whitespace formatting ([#506])
11
- pre-formatted code font size was reduced to match font-size of the text in completion panel ([#506])
12
13
[#506]: https://github.com/krassowski/jupyterlab-lsp/pull/506
14
+[#507]: https://github.com/krassowski/jupyterlab-lsp/pull/507
15
16
### `jupyter-lsp 1.1.3` (unreleased)
17
0 commit comments