This extension does grep and output result to a file.
-
You can search word in current workspace.
- This extension checks whether there is a word for each line.
-
You'll get a file, which has result of grep.
-
You can use regular expression for grep.
-
You can use following regular expression flags
- i: ignore case
-
Regular expression format
- re/{pattern}/{flags}
Examples
-
re/LO/i
-
re/dolor(|e)/
You can exclude files which have specified extensions.
You can change output file name.
You can opt following format.
-
txt: default format
-
csv: csv format
-
tsv: tsv format
You can opt following options.
-
true: output title which is grep configuration
-
false: hide title which is grep configuration
grep2file.ignoreHiddenFile
You can ignore hidden file from search target
-
true: ignore hidden file from search
-
false: include hidden file in search target