Quick Start Tutorial
Learn Prometheus’s core features through hands-on exercises. Get started with Autocomplete, Edit, Chat, and Agent mode in minutes.Welcome to Prometheus! This interactive tutorial will guide you through all four core features using practical examples. Follow along step-by-step to learn more about Prometheus’s capabilities.
Prerequisites: Make sure you have installed
Prometheus and signed
in to get started.
🔄 Autocomplete
What it does: Provides intelligent inline code suggestions as you type, powered by AI.Create a Test File
Create a new file called
tutorial.js (or use any language you prefer) in your IDETry Autocomplete
Copy this starter code and place your cursor at the end of the comment:Press Enter and watch Prometheus suggest code completions. Press Tab to accept suggestions.

✏️ Edit
What it does: Make quick, targeted changes to specific code sections using natural language instructions.Edit is perfect for refactoring, adding documentation, fixing bugs, or
converting between languages/frameworks.

💬 Chat Mode
What it does: Interactive AI assistant that can analyze code, answer questions, and provide guidance without leaving your IDE.Start a Conversation
- Highlight the function
- Use the keyboard shortcuts below to add it to Chat.
- Ask:
"What sorting algorithm is this and how can I optimize it?"
Chat Mode Keyboard Shortcuts
- VS Code
- JetBrains IDEs
Cmd/Ctrl + L
New Chat / New Chat With Selected Code / Close Prometheus Sidebar If Chat Already In FocusCmd/Ctrl + Shift + L
Focus Current Chat / Add Selected Code To Current Chat / Close Prometheus Sidebar If Chat Already In Focus
New Chat / New Chat With Selected Code / Close Prometheus Sidebar If Chat Already In FocusCmd/Ctrl + Shift + L
Focus Current Chat / Add Selected Code To Current Chat / Close Prometheus Sidebar If Chat Already In Focus

🤖 Agent Mode
What it does: An autonomous coding assistant that can read files, make changes, run commands, and handle complex multi-step tasks.Switch to Agent Mode
- Open the Prometheus panel
- Click the dropdown in the bottom left of the input box
- Select “Agent” mode
Give Agent Mode a Complex Task
Try this prompt:
"Write comprehensive unit tests for the sorting functions in this file. Create the tests in a new file using Jest, and make sure to test edge cases like empty arrays and single elements."
Explore More Extension Examples
Ready to explore more? Prometheus offers five powerful features to enhance your coding workflow:- Agent Mode
- Chat Mode
- Plan
- Edit
- Autocomplete
Agent Mode equips the Chat model with the tools needed to handle a wide range of coding tasks

Learn more about Agent Mode
🚀 Next Steps
Congratulations! You’ve experienced all four core Prometheus features. Here’s what to explore next:Customize Your Setup
Configure models, add context providers, and personalize your workflow
Advanced Features
Dive deeper into Agent mode capabilities and advanced use cases
Model Providers
Connect your preferred AI models and providers
Join Community
Get help and share experiences with other Prometheus users
📚 Feature Deep Dives
Ready to master specific features? Check out these detailed guides:Autocomplete Deep Dive
Autocomplete Deep Dive
Learn about configuring autocomplete
models, fine-tuning
suggestions, and troubleshooting
common issues.
Chat & Agent Mode Best Practices
Chat & Agent Mode Best Practices
Enterprise & Teams
Enterprise & Teams
Explore Hub configurations, organization
management, and sharing
configurations.
Need help? Check our troubleshooting guide or ask a
question in our community
discussions.



