find_matching_chunks_in_file
Locate specific content within a file by identifying matching chunks. Use this tool to search for references to functions, definitions, or other patterns, especially after narrowing down files with related tools. Supports large chunks split into parts.
Instructions
Step 2: Find the actual matching chunks in a specific file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter_ | Yes | Match if any of these strings appear. Match all if None/null. Single empty string or empty list will match all. | |
project_name | Yes | ||
rel_path | Yes | Relative to project root |