navigate_to_line
Jump to a specific line in a large file to view its content with surrounding context. Highlights the target line for easy identification.
Instructions
Jump to a specific line in a large file with surrounding context lines. Highlights the target line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the file | |
| lineNumber | Yes | Line number to navigate to (1-indexed) | |
| contextLines | No | Number of context lines before and after (default: 5) |