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.Open Zencoder in Your IDE
- Open your IDE and click on the Zencoder icon located in the sidebar.
- This will bring up the Zencoder prompt interface, ready for your input.
Enter Your Code Request
- In the prompt window, type your request.
For example:Generate a basic Python script that reads a CSV file. - Zencoder generates code based on your prompt and project context.