AI Features
Using AI Chat
Learn how to effectively use AI chat for code generation.
AI Chat Overview
The AI chat is your coding assistant that understands your entire project.
Starting a Conversation
Simply type your request in the chat input. Be specific about what you want to achieve.
Best Practices
- **Be specific**: Instead of "add a button", say "add a blue submit button below the form that validates inputs before submission"
- **Provide context**: Mention which file or component you're working with
- **Iterate**: Start simple and add complexity through follow-up messages
Code Modifications
The AI can read, write, and modify any file in your project. Changes appear in real-time in the editor.
Explaining Code
Ask the AI to explain any part of your codebase. It can break down complex logic and suggest improvements.