SuperComplete is a AI Text Formatter and Free Agentic Coding for plaintext, txt, js, json, http, etc in Visual Studio Code Node and Web Browsers.

🚀 Key Features
- Full Document Formatting: Format entire documents with AI using the "SuperComplete: Format Document With AI" command
- Code Style Enhancement: Improves code readability and follows best practices
- Any File Type: Works with any file type, including Python, JavaScript, HTML, CSS, Plain Text etc.
2. Context-Aware Next Edit Autocomplete [Beta Version v0.0.X] [October 2025]
- Real-time Suggestions: Provides intelligent code completions as you type
- Context Understanding: Analyzes surrounding code to provide relevant suggestions
- Hint Text Display: Shows completions as subtle hint text that can be accepted with Tab
- Smart Caching: Caches completions to improve performance and reduce API calls
3. Agentic Coding Chat Interface
- Integrated Chat Panel: Accessible through the sidebar with a dedicated chat view
- Codebase Context: Chat understands your current workspace structure
- Tool Integration: Can interact with tools
- Agent Mode: Advanced mode that can perform actions on your codebase
⚙️ Requirements
- Internet connection for AI API access [It's Free]
📦 Installation
From VS Code Marketplace
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X )
- Search for "SuperComplete"
- Click Install
🖥️ Usage
Context-Aware Next Edit Autocomplete
As you type in any text file, SuperComplete will provide inline suggestions:
function calculateSum(a, b) {
// Hint text appears here: return a + b;
}
- Open any document
- Press
Ctrl+Shift+P to open command palette
- Type "SuperComplete: Format Document With AI"
- Watch as your document gets intelligently formatted
Agentic Coding Chat Interface
- Click on the SuperComplete icon in the sidebar
- Start chatting with the AI about your codebase
- Use Agent mode for advanced file operations
License
This project is licensed under the MIT License - see the LICENSE file for details.
| |