Reputation: 325
There are several hundred files in the workspace and I would like to perform a search within specific files. For example,
Find "Hello world"
in the files starting with these three letters "mkr*"
Is there a way to accomplish this kind of search in the VS Code?
Thanks.
Upvotes: 1
Views: 11568
Reputation: 3388
Click '...' and it will shows file to include and files to exclude.
Upvotes: 2
Reputation: 50248
Hello world
.*/mkr*.*
.Upvotes: 5