Document Highlights
documentHighlightsLocate all occurrences of a symbol in specified files, distinguishing read from write references for local scope analysis.
Instructions
Find all occurrences of a symbol within a file (or set of files). Distinguishes between read and write references. More efficient than find_all_references when you only need local occurrences within specific files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path (absolute or relative to cwd) | |
| line | Yes | 1-based line number | |
| offset | Yes | 1-based column offset | |
| filesToSearch | No | Optional: limit search to these files |