visual studio - VS Code - Search for text in all files in a directory -


is there way search text in files in directory using vs code?

i.e., if type "find this" in search, search through files in current directory , return files matched. if did grep. coworker told me sublime has this.

you can edit, find in files (or ctrl+shift+f - default key binding) search open folder.

there ellipsis on dialog can include/exclude files, , options in search box matching case/word , using regex.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -