-
Couldn't load subscription status.
- Fork 35.8k
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebook-find
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.105.1 and 1.106.0-insider
- OS Version: Windows 11 24H2
I have a Jupyter notebook with a bunch of occurrences of a specific word. When I try to replace 1 group of those occurrences, it keeps resetting to first result, making it way too hard to perform said replacement (to the point that it's far easier to just copy that text to somewhere else and replace it there, although that only works when it's in 1 cell).
Intended behaviour:
- Put the cursor where you want to start search+replacing from
- Press Ctrl+H to open replace dialog
- Type in what you want to search for and replace it with
- Click "Replace" as many times as desired, to replace subsequent matches
Actual behaviour / steps to reproduce:
- Put the cursor where you want to start search+replacing from
- Press Ctrl+H to open replace dialog
- Search resets to the first match in the notebook
- Use "Previous Match" / "Next Match" a bunch of times to get back down to where you want to replace from
- Click "Replace" once
- Search resets to the first match in the notebook
- Use "Previous Match" / "Next Match" a bunch of times to get back down to where you want to replace from
- Click "Replace" once
- Search resets to the first match in the notebook
- And so on
This works properly in a regular Python file, but not in a notebook.
Copilot
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebook-find