Skip to main content

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

  1. Download and install the Copilot for Xcode app bundle.
  2. Launch the app and enable the extension permissions in macOS System Settings > Extensions > Xcode Source Editor.
  3. Open the Copilot for Xcode host application settings configuration window.
  4. Under Service Provider, choose GoingMerry.
  5. Specify the connection URL:
    • http://localhost:11434
  6. Select your local coding model (e.g. gemma4 or llama4).
  7. 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.