microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.55k stars 29k forks source link

F3 shortcut for search and replace within a Jupyter Notebook cell does not work anymore #174087

Open lgonzalezsa opened 1 year ago

lgonzalezsa commented 1 year ago

Applies To

What happened?

Before 1.75 vscode or jupyter extension v2023.2.1000411022 I was able to press F3 to find and replace within a cell. Now F3 does nothing in the notebook. I am on Linux OS.

VS Code Version

1.75.0

Jupyter Extension Version

v2023.2.1000411022

Jupyter logs

Visual Studio Code (1.75.0, undefined, desktop)
Jupyter Extension Version: 2023.2.1000411022.
Python Extension Version: 2023.2.0.
Workspace folder /home/gonluisr/PATH
User belongs to experiment group 'jupyterTest'
User belongs to experiment group 'jupyterEnhancedDataViewer'
info 19:42:35.930: LSP Notebooks experiment is enabled
error 19:42:36.246: No remote controllers
error 19:42:36.665: No remote controllers
error 19:42:36.666: No remote controllers
error 19:42:37.155: No remote controllers
error 19:42:37.158: No remote controllers
error 19:42:37.490: No remote controllers
info 19:42:38.757: Checking for server existence.
info 19:42:38.758: Connecting to server
info 19:42:38.758: Connecting server kernel https://server/user/gonluisr/
Connecting to Jupyter server at https://server/user/gonluisr/
info 19:42:38.759: Creating server with url : https://server/user/gonluisr/
info 19:42:38.770: Server started.
info 19:42:38.770: Creating server with url : https://server/user/gonluisr/
info 19:42:38.771: Creating server with url : https://server/user/gonluisr/
info 19:42:39.377: Results of switching remote kernel: true
info 19:42:41.129: Results of switching remote kernel: false
info 19:42:41.129: Results of switching remote kernel: false
info 19:42:41.129: Results of switching remote kernel: false
info 19:42:45.999: Process Execution: > ~/miniconda3/envs/dev_env/bin/python -m pip list
> ~/miniconda3/envs/dev_env/bin/python -m pip list

Coding Language and Runtime Version

No response

Language Extension Version (if applicable)

Python extension v2023.2.0

Anaconda Version (if applicable)

conda 22.9.0

Running Jupyter locally or remotely?

Remote

amunger commented 1 year ago

The enter key has some strange behavior as well when within the find widget. Doesn't go to the next selection, doesn't trigger a replace.

grantsimongrant commented 1 year ago

@rebornix The find widget for a single cell is not working anymore, nothing happens after pressing the shortcut key, hope it can be resolved soon! This is the normal effect. find

ihgumilar commented 1 year ago

Agree ! I miss the super useful feature :(

Thanks

FRIMENGORDON commented 1 year ago

Так почему мы медлим?

Отправлено из Mail.ru для Android воскресенье, 21 мая 2023г., 13:18 +03:00 от Ihshan Gumilar @.*** :

Agree ! I miss the super useful feature :( Thanks — Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you are subscribed to this thread. Message ID: @ github . com>

Freymat commented 1 year ago

How to rename a symbol in a single cell of a jupyter notebook, without affecting the other cells ? Would be super usefull.

khlari commented 1 year ago

Hi, any update?

isaacsarver commented 1 year ago

Hi, any updates on this issue? Hoping it can be fixed soon

KangByungwoo commented 9 months ago

Please fix this!

lgonzalezsa commented 9 months ago

Definitely I am missing this capability

allabur commented 8 months ago

missing

syedjafri3 commented 6 months ago

someone please look into this

josephko91 commented 5 months ago

+1

Freymat commented 5 months ago

+1

Le mar. 30 avr. 2024 à 20:13, Joseph Ko @.***> a écrit :

+1

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode/issues/174087#issuecomment-2086372720, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASSGDN2K42UGZ74PR72DD4DY77NONAVCNFSM6AAAAAAUYD7I4KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBWGM3TENZSGA . You are receiving this because you commented.Message ID: @.***>

milanaveed commented 5 months ago

+1

FraNob commented 4 months ago

Definitely an important feature! Please give some updates.

godji83 commented 4 months ago

+1

collinmccarthy commented 3 months ago

This makes using notebooks extremely frustrating.. is there a work around at least?

collinmccarthy commented 3 months ago

My work around is to open the .ipynb file as a text file (see https://stackoverflow.com/a/65566417/12422298) then do my standard search-replace, then save and re-open the file as a notebook and continue working. Much faster than dealing with the UI in its current state.

FraNob commented 4 days ago

It seems that this feature got reintroduced 😄