result = results.first
# Open in editor (VS Code)
result.open_in_editor
# Get GitHub link
result.github_url
# => "https://github.com/acme/api/blob/main/app/models/user.rb#L15-L28"
# Get full file context
context = result.file_context(lines_before: 5, lines_after: 5)