Open
Description
Description
After upgrading jupyterlab-lsp to 5.1, the order of completion results are different from those of jupyterlab-lsp 4.3.
The results seem to be not sorted properly.
Reproduce
I built a container image with this Dockerfile and use it.
- Type
import numpy as np
and run it. - Type
np.
and pressTAB
. - Type
as
. - The results are shown.
Expected behavior
The results of jupyterlab-lsp 4.3 (with this Dockerfile) are as follows:
Words begging with "as" rank higher.
Metadata
Metadata
Assignees
Labels
No labels