search_pawn_script
Search Pawn source files to locate any text with line numbers and surrounding context, enabling fast code investigation without reading entire files.
Instructions
Search for text inside .pwn/.inc files across the entire project. Returns file paths, line numbers, and surrounding context. Much more efficient than reading entire files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text to search for (case-insensitive) | |
| maxResults | No | Max number of matches to return | |
| contextLines | No | Number of surrounding lines to show per match |