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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
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
10
- the completer now uses `filterText` and `sortText` if available to better filter and sort completions ([#520])
11
11
- completer `suppressInvokeIn` setting was removed; `suppressContinuousHintingIn` and `suppressTriggerCharacterIn` settings were added ([#521])
12
+
-`suppressContinuousHintingIn` by default includes `def` to improve the experience when writing function names ([#521])
12
13
13
14
- bug fixes:
14
15
- user-invoked completion in strings works again ([#521])
0 commit comments