vim_grep
Perform project-wide searches using vimgrep and populate the quickfix list for efficient navigation. Specify search patterns and file patterns to locate content in codebases quickly.
Instructions
Project-wide search using vimgrep with quickfix list
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePattern | No | File pattern to search in (default: **/* for all files) | |
pattern | Yes | Search pattern to grep for |