Gemini AI Assistant for Visual Studio 2022A powerful AI-driven coding assistant for Visual Studio 2022, powered by the Google Gemini API. It integrates seamlessly into the editor's right-click context menu and provides intelligent code assistance for any programming language. ✨ Features🏷️ AI Symbol Rename (3 suggestions)Place your cursor on any symbol (variable, class, function, etc.) — no selection needed — and invoke the command. A custom UI window appears with 3 context-aware naming suggestions generated by Gemini. Choose a suggestion or type your own name, click Apply, and the rename is applied silently across the entire solution.
💬 Add CommentsSelect a block of code and let Gemini add clear, concise comments to it. The AI strictly mimics the existing commenting style found in your file — if you use 🎨 Design RefactorImproves naming conventions, readability, and indentation of the selected code according to language-specific best practices. 🔧 Code RefactorFinds and fixes potential bugs, applies SOLID principles, architectural improvements, and performance optimizations. 🚀 Full RefactorA deep architectural refactoring — applies design patterns, memory optimizations, composition over inheritance, and comprehensive documentation comments. 🚀 Getting StartedPrerequisites
Installation
Configuration
Usage
🛠️ Command Reference
⚙️ Technical Details
📄 LicenseThis project is licensed under the MIT License — see the LICENSE file for details. |