Autocompletion
ArcaneIDE’s autocompletion is trained on Unity APIs, C# patterns, and your project’s codebase.
How It Works
Section titled “How It Works”As you type, the AI model predicts the most likely next tokens based on:
- The current file’s context
- Other files in your project
- Unity API documentation
- Common C# patterns
Accepting Suggestions
Section titled “Accepting Suggestions”- Tab — Accept the full suggestion
- Ctrl+Right — Accept word-by-word
- Escape — Dismiss
Configuration
Section titled “Configuration”Open Settings > AI > Autocompletion to adjust:
- Suggestion delay (ms)
- Maximum suggestion length
- Enable/disable per file type