find_in_file
Search the active file for a pattern and retrieve each match's line number, column, and text.
Instructions
Find all occurrences of pattern in the active file. Returns list of {line, col, text}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| case_sensitive | No | ||
| regex | No |