You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why is it bad that it stays in replace mode view?
pressing enter (after ctrl+f) still results in it simply jumping to the next selection. without replacing anything
unless you press tab
then it'll start replacing text when you press enter
does pressing ctrl+H toggle replace mode off again?
could say that's a bug if it doesn't
The current behavior makes the UX inconsistent for a common operation. When the user invokes a find command, they should see the find UX. It also breaks keyboard shortcuts and muscle memory. For instance it completely changes what happens if you press Ctrl+F then Tab.
Type: Bug
Expected: When I highlight something and press Ctrl+F, the Find/Replace dialog should switch to Find mode.
Actual: When the dialog is already open in Replace mode, invoking the Find command does not switch the UI to Find mode.
Repro Steps:
VS Code version: Code - Insiders 1.100.0-insider (043f699, 2025-04-11T05:23:04.452Z)
OS version: Windows_NT x64 10.0.19045
Modes:
The text was updated successfully, but these errors were encountered: