Quick Reference Guide — For detailed instructions, see the individual parts below.
| Part | Title |
|---|---|
| 00 | Overview & Checklist |
| 01 | Prerequisites & Setup |
| 02 | Understanding Code with Copilot Chat |
| 03 | Code Completion with Inline Suggestions |
| 04 | Agent Mode — Multi-File Refactoring |
| 05 | Plan Agent — Breaking Down Complex Tasks |
| 06 | GitHub MCP Server Integration |
| 07 | Copilot Vision (Optional) |
| 08 | Best Practices, Tips & Resources |
- Xcode 15 or later
- GitHub Copilot for Xcode extension installed
- Signed in to GitHub Copilot
- Copilot Chat panel open
- Install GitHub Copilot for Xcode
- Grant required permissions
- Sign in to GitHub Copilot
- Open the workshop project
- Select a model
- Use Ask mode to explore code
- Try follow-up questions and @workspace
- Add inline suggestions with comments
- Accept suggestions with Tab
- Multi-file refactoring with Agent mode
- Review proposed changes in diff view
- Break down a complex feature into steps
- Review and refine the plan
- Install GitHub MCP Server
- Query repositories and pull requests
- Generate SwiftUI code from a design mockup
- Keep the Preview Canvas open for live UI updates
- Commit working code often
- Use Cmd + Z to revert unexpected changes
- Iterate on prompts for better results