Xcode Copilot Integration
Connect GoingMerry to your Apple development environment to enable local code completion and chat functions directly inside Xcode.
1. Using Copilot for Xcode Extension
- Download and install the Copilot for Xcode app bundle.
- Launch the app and enable the extension permissions in macOS System Settings > Extensions > Xcode Source Editor.
- Open the Copilot for Xcode host application settings configuration window.
- Under Service Provider, choose GoingMerry.
- Specify the connection URL:
http://localhost:11434
- Select your local coding model (e.g.
gemma4orllama4). - Save settings.
2. Using Keyboard Shortcuts in Xcode
Once configured, the local model parses code selections:
- Press
⌥ + ⌘ + →to accept suggestions inline. - Use the side chat window in the menu bar to ask design questions about your Swift or Objective-C functions.