
Getting Started Guide
How to Use Supermaven
A practical guide to get you up and running with Supermaven. Written by Delv Editorial, Delv Team.
Getting started with Supermaven
In this guide, you'll learn how to set up Supermaven for fast and efficient code completion. By the end, you'll be able to integrate it into your coding workflow and enhance your coding experience with its extensive context capabilities.Step 1: Sign up and set up
- Go to Supermaven's website.
- Click on the Sign Up button in the top right corner.
- Enter your email and create a password, then click Create Account.
- Confirm your email address by clicking the link sent to your inbox.
- Log in to your account.
Step 2: Your first code completion
- Open the Supermaven dashboard after logging in.
- Click on New Project to create a new coding project.
- Select your programming language from the dropdown menu.
- Start typing your code in the editor provided on the screen.
- As you type, Supermaven will automatically suggest completions based on your existing code. You can accept suggestions by pressing the Tab key or clicking on the suggestion with your mouse.
Step 3: Get better results
- To improve suggestions, upload your existing codebase by clicking on the Upload Code button in the project settings.
- Ensure you include relevant files for context; Supermaven can process large files due to its 1 million token context window.
- Use comments in your code to guide Supermaven on what you want to achieve, as this can lead to more accurate suggestions.
- Familiarise yourself with shortcut keys listed under Help to speed up your workflow.