Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>AGX AI Translation HelperNew to Visual Studio Code? Get it now.
AGX AI Translation Helper

AGX AI Translation Helper

Viktor Bozzay

|
9 installs
| (0) | Free
AI-powered translation and code analysis tool using Google Gemini API. Extract translatable strings, perform code checks, and get intelligent code assistance.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AGX AI Translation Helper - Documentation ✨

The AGX AI Translation Helper is a powerful VS Code extension that leverages the power of Google's Gemini AI to assist developers with translation, code generation, and code analysis tasks. It makes the workflow faster and more efficient while maintaining code quality.

🚀 Getting Started

  1. Installation You can install the extension from the VS Code Marketplace by searching for "AGX AI Translation Helper".

  2. API Key Setup The extension uses the Gemini API. You will need an API key to use it. You can set it up as follows:

Open VS Code settings (Ctrl + , or Code > Preferences > Settings).

Search for "AGX AI Translation".

Find the Gemini API Key setting and enter your key.

🛠️ Key Features and Usage

The extension offers several commands that can be accessed from the Command Palette (Ctrl + Shift + P) or activated with the icons in the VS Code sidebar.

  1. Translation Extract Strings: This command automatically extracts translatable strings from the selected code snippet and generates a standard i18next JSON formatted file. It is ideal for preparing for internationalization (i18n).

Usage: Select a code snippet, then run the AGX AI Translation: Extract Strings command.

Translate Existing: Translate an existing JSON file with key-value pairs into a new language.

Usage: Open a JSON translation file, then run the AGX AI Translation: Translate Existing command, and select the target language.

  1. Code Generation and Fixes Test Generation: With the help of AI, it generates tests for the selected function or component.

Usage: Select a function or class, and run the AGX AI Translation: Test Generation command.

Keyboard Shortcut: Ctrl + Alt + T

Bug Fix: Analyze the selected code and get suggestions for fixing bugs.

Usage: Select a code snippet, and run the AGX AI Translation: Bug Fix command.

Refactoring: Get refactoring suggestions to improve code readability, efficiency, and maintainability.

Usage: Select a code snippet, and run the AGX AI Translation: Refactoring command.

  1. Code Analysis Code Explanation: The AI explains how the selected code snippet works.

Usage: Select a code snippet, and run the AGX AI Translation: Code Explanation command.

Code Check: Perform a check on the entire file or a selected part. The extension looks for potential problems, such as consistency issues or code duplication.

  1. Other Useful Commands Ask Gemini: Send any question to the AI about the selected code snippet.

Custom Prompt: Use your own custom prompt for the AI.

Consolidate Common Strings: Find recurring, translatable strings in the project and consolidate them into a constants file.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft