File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 5
5
- features:
6
6
- implement jump target selector and jump to references ([ #739 ] )
7
7
- implement settings UI using native JupyterLab 3.3 UI ([ #778 ] )
8
+ - add option to show hover tooltip automatically ([ #864 ] , thanks @yamaton )
8
9
- bug fixes
9
10
- use correct websocket URL if configured as different from base URL ([ #820 ] , thanks @MikeSem )
10
11
- clean up all completer styles when completer feature is disabled ([ #829 ] ).
11
12
- fix ` undefined ` being inserted for path-like completion items with no ` insertText ` ([ #833 ] )
12
13
- reduce signature flickering when typing and hover flicker when moving mouse ([ #836 ] )
14
+ - fix sporadic misplacement of hover tooltips ([ #860 ] , thanks @yamaton )
13
15
- refactoring:
14
16
- changed NPM packages namespace from ` @krassowski ` to ` @jupyter-lsp ` ([ #862 ] )
15
17
- move client capabilities to features ([ #738 ] )
34
36
[ #829 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/829
35
37
[ #833 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/833
36
38
[ #836 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/836
39
+ [ #860 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/860
40
+ [ #864 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/864
37
41
38
42
### ` @krassowski/jupyterlab-lsp 3.10.1 ` (2022-03-21)
39
43
You can’t perform that action at this time.
0 commit comments