Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ChatGPT - Yadix AINew to Visual Studio Code? Get it now.
ChatGPT - Yadix AI

ChatGPT - Yadix AI

ChatGPT - Yadix AI

|
470 installs
| (1) | Free
Yadix AI is a FREE and powerful VS Code extension designed to boost your coding efficiency with AI-powered tools. It helps generate JavaScript documentation, refactor code, complete missing code, and perform AI-powered code reviews. Streamline your development workflow and write cleaner, optimized c
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Yadix AI - VS Code Extension

Yadix AI is a powerful VS Code extension designed to enhance your coding workflow with AI-powered tools. From generating JavaScript documentation to reviewing code with AI, Yadix AI helps you write better code faster.


🔥 Key Features

  1. Generate JavaScript Documentation
    Automatically generate professional documentation for your JavaScript functions and modules.

  2. Refactor Code
    Simplify and optimize your codebase with intelligent refactoring suggestions.

  3. Complete Missing Code
    Let Yadix AI complete incomplete code snippets, saving you time and effort.

  4. Write Code from Comments
    Generate code directly from comments in your code.
    Shortcut: Ctrl+Shift+Y

  5. AI-Powered Code Review
    Select code, right-click, and choose "Review with Yadix AI" to get actionable feedback and improve code quality.


🚀 Getting Started

1. Installation

  1. Open VS Code.
  2. Go to the Extensions Marketplace (Ctrl+Shift+X).
  3. Search for "Yadix AI" and click Install.

2. Setup Account

Before using Yadix AI, you need to configure your account by adding an API key. Follow these steps:

FREE Account

  1. Visit our FREE API Key Page.
  2. Generate your FREE API key.
  3. In VS Code:
    • Open the Command Palette (Ctrl+Shift+P).
    • Search for "Yadix AI: Add API Key".
    • Paste your API key and save.

⚙️ Configuration

Once your API key is set up, you can configure the following:

  • Provider: Choose between OpenAI or Gemini.
  • Model: Select the AI model (e.g., GPT-4o, Gemini Pro, etc.).
  • API Key: Your unique key for accessing Yadix AI services.

To edit your configuration:

  • Open the Command Palette (Ctrl+Shift+P).
  • Search for "Yadix AI: Edit Configuration".

📚 Example Usage

1. Write Code from Comments

Add a comment describing what you want, then press Ctrl+Shift+Y.
Example:

// Create a function to calculate the factorial of a number

Result:

function factorial(n) {
  if (n === 0 || n === 1) return 1;
  return n * factorial(n - 1);
}

2. AI-Powered Code Review

  1. Select the code you want to review.
  2. Right-click and choose "Review with Yadix AI".
  3. Get detailed feedback and suggestions to improve your code.

🌟 Why Yadix AI?

  • Efficiency: Save hours of manual work with automated code generation and refactoring.
  • Quality: Ensure your code is clean, optimized, and well-documented.
  • Flexibility: Supports both FREE and paid plans to suit your needs.

🛠️ Upcoming Features

Stay tuned for these exciting updates:

  • Generate unit test cases.
  • Automate Swagger documentation generation.
  • Create new modules in your current project.
  • Integrate with GitHub Actions for CI/CD automation.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft