Double - DeepSeek R1, OpenAI o1, Sonnet, and moreExtension36/100 via “automatic import and dependency resolution”
AI Coding Assistant | Chat with AI and delegate your edits | Get Autocomplete AI suggestions as you write code | Review AI suggestions in diff style | Access the latest models including OpenAI o1, DeepSeek R1, Llama 3.1 405B/70B/8B, Claude 3.7 Sonnet, Claude 3 Opus, GPT-4o, and more
Unique: Automatically generates imports as part of the suggestion workflow, whereas most competitors (Copilot, Codeium) generate code without imports and rely on IDE's built-in import resolution or manual addition. Double's approach is more complete but requires accurate dependency detection.
vs others: Reduces friction compared to Copilot by eliminating the import-addition step, but accuracy depends on project metadata being accessible and up-to-date, which may fail in monorepos or projects with non-standard dependency structures.