xcode_open_file
Open and navigate to specific files in Xcode using an absolute file path and optional line number to streamline development and debugging workflows.
Instructions
Open a file in Xcode
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | Absolute path to the file to open | |
lineNumber | No | Optional line number to navigate to |