view_code
Extract and display specific code sections by selecting file paths, line numbers, or span IDs for targeted analysis and context retrieval.
Instructions
View specific code sections with context
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_line | No | Ending line number (1-indexed) | |
file_path | Yes | Path to the file to view | |
span_ids | No | List of span IDs to view (class names, function names, etc.) | |
start_line | No | Starting line number (1-indexed) |