-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
John edited this page Jun 17, 2025
·
1 revision
## FAQs
1. **Recommended Autocompletion models**
- We recommend *codestral-latest* model from Codestral with Mistral for Autocompletion.
- If you want to run a model locally, we recommend *Qwen2.5-Coder 1.5B* with Ollama.
2. **Recommended Chat models**
- Claude 3.5 Sonnet is the best choice.
- The next best options are the followings:
GPT-4o,
Gemini 1.5 Pro,
Llama3.1 405B
3. **CodeNext Extension is disabled in Xcode Editor menu**
- Make sure CodeNext is toggled on in Mac System Settings -> Login Items & Extensions -> Extensions -> Xcode Source Editor (The path is slightly different in different Mac OS. Searching "Extension" in System Settings is the easiest way to find it).
- If still not working, restart Xcode.
4. **Tab key doesn't work in Xcode 16**
- It conflicts with Xcode 16's own code completion so please add a modifier like Command with Tab shortcut in CodeNext Settings.