A Visual Studio Code extension that integrates Mimo Code directly into your development workflow.
Prerequisites
This extension requires the Mimo Code CLI to be installed on your system.
Installation
Open VS Code
Open the Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
Type "Extensions: Install from VSIX..."
Select the mimo-code-plugin-1.0.0.vsix file
Features
Quick Launch: Use Cmd+Shift+1 (Mac) / Ctrl+Shift+1 (Windows/Linux) to open Mimo Code in a split terminal, or focus an existing terminal if one is already running.
New Session: Use Cmd+Shift+Esc (Mac) / Ctrl+Shift+Esc (Windows/Linux) to start a new terminal session. You can also click the Mimo Code button in the editor title bar.
Context Awareness: Automatically share your current selection or tab with Mimo Code.
File Reference Shortcuts: Use Cmd+Shift+2 (Mac) / Ctrl+Shift+2 (Windows/Linux) to insert file references (e.g. @src/file.ts#L10-20).