Skip to content

Autocompletion

ArcaneIDE’s autocompletion is trained on Unity APIs, C# patterns, and your project’s codebase.

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
  • Tab — Accept the full suggestion
  • Ctrl+Right — Accept word-by-word
  • Escape — Dismiss

Open Settings > AI > Autocompletion to adjust:

  • Suggestion delay (ms)
  • Maximum suggestion length
  • Enable/disable per file type