Skip to main content

Overview

Generate new code from natural-language prompts. The agent uses your project context (via the Repo Info Agent) to produce code that follows your existing patterns and conventions.
1

Open Zencoder in Your IDE

  1. Open your IDE and click on the Zencoder icon located in the sidebar.
  2. This will bring up the Zencoder prompt interface, ready for your input.
2

Enter Your Code Request

  1. In the prompt window, type your request.
    For example: Generate a basic Python script that reads a CSV file.
  2. Zencoder generates code based on your prompt and project context.
3

Review and Use the Generated Code

  1. Review the generated code to ensure it aligns with your needs.
  2. Copy the code and paste it directly into your console, editor, or project file for use.