Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find And Replace + SKIP in VS Code

Is there a way to do find and replace in VS Code where you can skip over certain words as you press ENTER ENTER ENTER over and over down a page of code or text?

I find it extremely annoying to have to grab the mouse, click the down arrow to skip the erroneous match, then click again in the replace box to resume after the skip.

Looking for some keypress or hotkey which I can use in that moment to skip so I can completely avoid touching the mouse entirely.

like image 359
rom Avatar asked Mar 29 '26 19:03

rom


1 Answers

F3 (Shift-F3 for backward) exactly does it. Default keybinding binds it to Find Next (or Find Previous), and is available even when the find or replace text box is focused.

like image 177
ypresto Avatar answered Apr 02 '26 04:04

ypresto



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!