Getting Started with Continue
Welcome to Continue! This guide will walk you through your first steps with AI-assisted development.
Quick Start Checklist
Before we begin, make sure you have:
- VS Code or JetBrains IDE installed
- An active internet connection
- 5 minutes to set up Continue
Step 1: Installation
Choose your IDE and follow the installation steps:
VS Code
- Open VS Code
- Go to Extensions (Cmd/Ctrl + Shift + X)
- Search for "Continue"
- Click Install
JetBrains
- Open your JetBrains IDE
- Go to Settings → Plugins
- Search for "Continue"
- Click Install and restart
Step 2: First Run
After installation:
- Look for the Continue icon in your IDE
- Click to open the Continue panel
- Sign in to Continue Hub
- Select your first assistant
Step 3: Your First AI Interaction
Try these beginner-friendly commands:
Ask a Question
Type in the chat: "How do I create a function in Python?"
Generate Code
- Create a new file
- Type a comment:
// Function to calculate fibonacci
- Press Tab to see Continue's suggestion
Explain Code
- Select any code in your editor
- Press Cmd/Ctrl + L (VS Code) or Cmd/Ctrl + J (JetBrains)
- Ask: "What does this code do?"
Step 4: Explore Features
Chat
- Ask questions about your code
- Get explanations of errors
- Request code improvements
Autocomplete
- Start typing and see suggestions
- Press Tab to accept
- Use arrow keys to navigate options
Edit
- Select code to modify
- Describe the changes you want
- Review and apply suggestions
Next Steps
Now that you're set up:
- Explore Assistants: Try different AI models
- Customize Settings: Adjust to your preferences
- Learn Shortcuts: Master keyboard commands
- Join Community: Get help and share tips
Pro Tips
- Be Specific: The more context you provide, the better the suggestions
- Iterate: Don't hesitate to ask follow-up questions
- Experiment: Try different approaches to find what works best
Getting Help
- Check our troubleshooting guide
- Join our Discord community
- Browse assistants in the hub
Welcome to the future of coding with Continue! 🚀