xcode_open_file
Open a file in Xcode with an optional line number to jump directly to a specific line for efficient navigation.
Instructions
Open a file in Xcode
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the file to open | |
| line_number | No | Optional line number to navigate to |