Overview Version History Q & A Rating & Review
🧠 Synapse AI — Code Insights Companion
Synapse AI is an intelligent developer companion built right into Visual Studio Code. It highlights complex code blocks and instantly parses them into native, high-clarity HTML documentation. Powered by the modern gemini-2.5-flash engine, it helps developers read, debug, and understand code at lightning speed.
✨ Features
High-Clarity Explanations: Instantly converts raw, complex logic into beautifully organized, markdown-styled explanations.
Native Webview Integration: Displays detailed insights cleanly in a side panel without cluttering your primary workspaces or terminal.
Hybrid Security Architecture: Supports seamless developer local workspaces via hidden environment configurations (.env) while utilizing production-grade SecretStorage keychain encryption for marketplace installations.
Zero-Friction Control: Full programmatic key management commands to wipe or re-initialize custom parameters natively.
🚀 Installation & Quick Start
For Marketplace Users
Search for Synapse AI in the VS Code Extensions panel (Ctrl+Shift+X) and click Install .
Open any source file, highlight a section of code, right-click, and select Synapse AI: Explain Code .
On your very first run, a secure prompt will appear at the top of your editor. Paste your free Gemini API key there, and you are ready to roll!
For Local Developers
If you are modifying or contributing to this project locally:
Clone this repository to your machine.
In the root directory, create a .env file:
GEMINI_API_KEY=your_actual_api_key_here