
Getting Started Guide
How to Use Codeium (now Windsurf)
A practical guide to get you up and running with Codeium (now Windsurf). Written by Delv Editorial, Delv Team.
Getting started with Codeium
In this guide, you'll learn how to set up Codeium for code completion and chat support in your preferred IDE. By the end, you'll be ready to enhance your coding efficiency with context-aware suggestions.Step 1: Sign up and set up
- Go to Codeium's website.
- Click on the Sign Up button in the top right corner.
- Enter your email address and create a password, or use a third-party login option like GitHub or Google.
- Confirm your email by clicking the link sent to your inbox.
- Once logged in, download the appropriate extension for your IDE from the Downloads section on the website. Supported IDEs include Visual Studio Code, JetBrains, and more.
Step 2: Your first code completion
- Open your IDE and ensure the Codeium extension is enabled (check the extension panel).
- Start a new project or open an existing one.
- Begin typing a line of code. For example, type
function calculateArea(. - As you type, Codeium will display suggestions. Use the arrow keys to navigate through the suggestions and press Tab to accept a suggestion.
- Continue coding, and Codeium will provide context-aware completions as you go.
Step 3: Get better results
- Use comments to guide Codeium. For example, type
// Function to calculate area of a circlebefore your function declaration to help it understand your intent. - Explore the settings by clicking on the Codeium icon in your IDE’s toolbar. Here, you can adjust preferences like suggestion frequency and enabling/disabling specific languages.
- Utilize the chat feature by opening the Codeium panel and asking questions about code snippets or programming concepts. This helps you get quick explanations or alternative coding approaches.