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
- the priority of the completions from kernel can now be changed by switching new `kernelCompletionsFirst` setting ([#520])
8
+
- completer panel will now always render markdown documentation if available ([#520])
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])
11
+
12
+
- bug fixes:
13
+
- completer documentation will now consistently show up after filtering the completion items ([#520])
14
+
- completions containing HTML-like syntax will be displayed properly (an upstream issue) ([#520])
0 commit comments