Floaty - AI Code Assistant for VS Code
Your AI co-founder in VS Code. Multi-model AI completions, chat, and code actions powered by Floaty.
Features
Inline Code Completions
Copilot-style AI code completions as you type. Powered by your choice of:
- GPT-4o
- Claude Sonnet 4.5
- Gemini Flash
- DeepSeek
- Auto (best available)
Full AI chat in your sidebar. Select code and ask questions, or just chat about your project.
Code Actions
Right-click any selected code for AI-powered actions:
- Explain Code - Get a clear explanation of what the code does
- Refactor Code - Improve readability, performance, or modernize syntax
- Fix Code - Automatically fix bugs and errors
- Generate Tests - Create comprehensive unit tests (Jest, Vitest, Pytest, etc.)
- Add Documentation - Generate JSDoc, docstrings, or language-appropriate docs
Getting Started
- Install the extension from VS Code Marketplace
- Get your API key at app.floaty.ai/settings/api
- Set your API key:
- Click the "Set API Key" notification, or
- Open Settings and search for
floaty.apiKey, or
- Run
Floaty: Set API Key from Command Palette
Commands
| Command |
Shortcut |
Description |
Floaty: Open Chat |
Cmd+Shift+F |
Open the chat sidebar |
Floaty: Explain Code |
Cmd+Shift+E |
Explain selected code |
Floaty: Refactor Code |
- |
Refactor selected code |
Floaty: Fix Code |
- |
Fix bugs in selected code |
Floaty: Generate Tests |
- |
Generate tests for selected code |
Floaty: Add Documentation |
- |
Add docs to selected code |
Floaty: Toggle Inline Completions |
- |
Enable/disable completions |
Configuration
| Setting |
Default |
Description |
floaty.apiKey |
- |
Your Floaty API key |
floaty.apiEndpoint |
https://app.floaty.ai |
API endpoint |
floaty.model |
auto |
Default model (auto, gpt-4o, claude-sonnet, gemini-flash, deepseek) |
floaty.inlineCompletions.enabled |
true |
Enable inline completions |
floaty.inlineCompletions.debounceMs |
300 |
Completion trigger delay |
floaty.inlineCompletions.maxTokens |
256 |
Max tokens per completion |
Why Floaty?
Unlike single-model tools, Floaty gives you access to the best AI models through one interface:
- Multi-model routing - Automatically picks the best model for each task
- Cost optimized - Uses faster/cheaper models when appropriate
- Full Floaty integration - Your VS Code chat syncs with your Floaty workspace
Privacy
Your code is sent to Floaty's API for processing. Code is not stored or used for training. See our Privacy Policy for details.
Support
License
MIT
| |