
Getting Started Guide
How to Use Kilo Code
A practical guide to get you up and running with Kilo Code. Written by Delv Editorial, Delv Team.
Getting started with Kilo Code
After this guide, you’ll be able to set up Kilo Code in Visual Studio Code or JetBrains, and use it to enhance your coding with AI assistance tailored to your needs.Step 1: Sign up and set up
- Go to the Kilo Code website.
- Click on the Get Started button.
- Select your preferred IDE (Visual Studio Code or JetBrains) and follow the instructions to download the extension.
- Install the extension by opening your IDE, navigating to the extensions marketplace, and searching for "Kilo Code".
- After installation, open Kilo Code from the extensions menu and create an account or log in.
Step 2: Your first coding task
- Open a new or existing project in your IDE.
- Start typing a comment in your code explaining what you want to achieve, for example,
// Create a function to calculate the factorial of a number. - Press the Kilo Code activation key (usually
Ctrl + Shift + Kon Windows orCmd + Shift + Kon Mac). - Kilo Code will generate code based on your comment. Review the suggested code snippet and insert it into your file by pressing
Enter.
Step 3: Get better results
- Use specific and clear comments to guide Kilo Code. For example, instead of
// Sort an array, try// Sort an array of integers in ascending order. - Experiment with different models by accessing the Kilo Code settings. Click the gear icon in the Kilo Code panel and select a different model from the dropdown menu to see which gives you the best results.
- Regularly provide feedback on the generated code to help improve future suggestions.