Fynix Code Assistant is an AI powered tool for Visual Studio Code that supports most programming languages. Offers context aware assistance for coding, testing, and reviewing and more. Fynix is meant for developers at all levels. Our Agent understands your entire codebase for smarter suggestions.
Getting Started with Fynix Code Assistant ⚡
Sign In
Open the Fynix Code Assistant extension in Visual Studio Code
Click on "Login" to begin authentication
You’ll be redirected to the Signup/Login page
Choose your preferred login method:
Sign up manually
Use an existing account (Google, Outlook, or GitHub)
Once authenticated, you’ll be redirected back to the Fynix Code Assistant extension inside VS Code
🚀 You're all set! Start coding with Fynix, explore features like code generation, testing, and documentation to enhance your coding experience
Features ✨
Code Generation and Fixing 🔧
/fix: Detects and resolves errors in selected code
/complete: Suggests code completions based on the surrounding context
/refactor: Provides structural improvements or optimizations
Cross-Language Translation 🌐
/translate: Converts code from one language to another (e.g., Python to JavaScript)
Unit Test Creation 🧪
/test: Automates unit test creation for selected functions
Image Attachments 🖼️
Attach upto 4 images to provide more context to Fynix.
Debugging Errors: Upload screenshots of errors to get fixes
UI to Code: Convert mockups or wireframes into HTML/CSS code
OCR for Code: Extract and run code from images (e.g., from slides or books)
Diagram to Code: Convert flowcharts or UML diagrams into code structure
Visual UI Debugging: Fix layout issues from mobile or web UI screenshots
Context-Aware Suggestions 💡
Use @file, @folder, @code, @workspace and more to add context of specific parts of your project
Fynix AI Review 🛠️
Perform line-by-line code reviews to improve quality and detect errors
Fynix Diagram 📊
Use /diagram to create flowcharts, and UML diagrams for better code understanding
Workspace Analysis 🗂️
Analyze and gain insights into the project structure using @workspace commands
Invoke Analysis: Type @workspace [query]
Comprehensive Examination: Analyzes relationships, patterns, and dependencies across files
Contextual Insights: Provides actionable suggestions tailored to your project
Use Cases 🎯
Project Scaffolding with /new Command
🏗️ Automate folder structures, configuration files, and boilerplate code creation
Text to Code
✍️ Enter plain text requirements and let Fynix generate actionable code
Code Documentation and Explanation
/doc: Auto-generate documentation for functions or classes
/explain: Break down selected code with detailed logic explanations
Configurations ⚙️
Code Completion and Snippet Settings
Inline AutoCode Completion
🛠️ Toggle inline suggestions on/off
⏱️ Set delay for contextual responses
Context Configuration
🚫 Ignore specific files to improve relevance
Advanced Settings
📋 AI Rules: Customize AI behavior, such as "Always use functional React"
💾 Export Settings: Export conversations as markdown for documentation
Shortcuts for Quick Navigation ⌨️
Ctrl / Cmd + Shift + 0: Focus on the Fynix Assistant view
Ctrl / Cmd + Shift + T: Generate unit tests for selected code
Ctrl / Cmd + Shift + D: Create a docstring for the selected code