I want to use Visual Studio code's file search complement functionality for regular searches.

Asked 2 years ago, Updated 2 years ago, 328 views

Visual Studio Code File Search (Ctrl+P) complements even fairly vague entries, but is there a way to use this complement in regular searches (Ctrl+F, Ctrl+Shift+F, etc)?Or, please let me know if there is a plug-in.
I always twist regular expressions, but it's troublesome...

vscode

2022-09-30 22:04

1 Answers

The enhancement Go to Fuzzy in current file appears to have the desired functionality.
(However, as stated in Requirements, only Linux and MacOS are supported.)

If you search fuzzy", you will find several other explanations that are similar to that.
Also, you might want to take a look at the ones with the tags fzf, grep, ripgrep.


2022-09-30 22:04

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.