-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jupyterlab-lsp breaks multicursor support (box-selection via [alt] + mouse dragging) #823
Comments
Thank you, that workaround solves it for now. I also found a related comment here jupyter/notebook#4761 (comment). |
Do you have suggestions for improving the situation? It seems that both Alt and Ctrl click are used by the mutlicursor support, so that leave no way to have click to jump without introducing a conflict. |
Just spitballing a few ideas:
|
Maybe it would be sufficient to ensure that instead of Of note, CodeMirror 6 used in JupyterLab 4 has rectangularSelection.eventFilter; I do not think it would solve the problem directly, but maybe it could be helpful. |
Description
With this extension enabled multi-cursor selection via [alt]+mouse-drag ceases to work in jupyterlab.
Reproduce
conda create --name demo -c conda-forge jupyterlab jupyterlab-lsp python-lsp-server
conda activate demo
jupyter lab
jupyter lab
and try to select multiple lines using [alt] + mouse-drag. Shouldn't workjupyter-labextension disable @krassowski/jupyterlab-lsp
Expected behavior
Context
Required: installed server extensions
Required: installed lab extensions
The text was updated successfully, but these errors were encountered: