vscode-jupyter
vscode-jupyter copied to clipboard
keybindings to "find" next/previous occurences not working ?
Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and/or Cell Scripts (.py files with #%% markers)
What happened?
Hi, I can use my keybindings on a classic file (ie a python file) to find the next/previous occurence of the string defined on the find widget (the one appearing on the top right inputbox). That's working well using :
{ "key": "ctrl+n", "command": "editor.action.nextMatchFindAction"},
{ "key": "ctrl+p", "command": "editor.action.previousMatchFindAction"},
Therefore, it does not seem working on a notebook file. I can see with the "Keyboard Shortcuts Troubleshooting", that these commands are well triggered, but I cannot see the next/previous occurence focused.
Are these commands supposed to work on notebooks ? If not, which commands should I use ?
Thanks in advance, I am trying to have a config where I use the mouse as least possible.
VS Code Version
1.89.1
Jupyter Extension Version
v2024.4.0
Jupyter logs
No response
Coding Language and Runtime Version
No response
Language Extension Version (if applicable)
No response
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
None