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: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,20 @@
7
7
- the priority of the completions from kernel can now be changed by switching new `kernelCompletionsFirst` setting ([#520])
8
8
- completer panel will now always render markdown documentation if available ([#520])
9
9
- the implementation re-renders the panel as it is the best we can do until [jupyterlab#9663](https://github.com/jupyterlab/jupyterlab/pull/9663) is merged
10
-
- the completer now uses `filterText` and `sortText` if available to better filter and sort completions ([#520])
10
+
- the completer now uses `filterText` and `sortText` if available to better filter and sort completions ([#520], [#523])
11
11
- completer `suppressInvokeIn` setting was removed; `suppressContinuousHintingIn` and `suppressTriggerCharacterIn` settings were added ([#521])
12
12
-`suppressContinuousHintingIn` by default includes `def` to improve the experience when writing function names ([#521])
13
13
14
14
- bug fixes:
15
15
- user-invoked completion in strings works again ([#521])
16
16
- completer documentation will now consistently show up after filtering the completion items ([#520])
17
-
- completions containing HTML-like syntax will be displayed properly (an upstream issue) ([#520])
17
+
- completions containing HTML-like syntax will be displayed properly (an upstream issue) ([#520], [#523])
18
18
- diagnostics panel will no longer break when foreign documents (e.g. `%%R` cell magics) are removed ([#522])
0 commit comments