Docs / VS Code

Slash Commands

Each “/” command behaves differently, and ideally more specifically to what you are trying to accomplish.

Plan

/Plan Will first generate a solution plan, before going into implementation.

For example: /Plan add new Pricing section to home page.

✅ great for tasks or features where you want the AI’s input on both “HOW” to do it, and “WHERE” to make changes.

✅ use if you want a “blueprint” first instead of going straight into implementation.

Implement

/Implement goes straight to implementation (ex. /Implement add new parameter to method) .

For example: /Implement add new parameter to method in @file.py

✅ great for tasks that are very specific

✅ use if you already know where and how to do something, and just want the AI to write the code for you.

Diff Implement

/DiffImplmenet is similar to /Implement but just shows the results in a diff format in the editor.

Explain

/Explain is used to explain certain aspects of the codebase. It will be comprehensive.

For example: /Explain how user sign in works.

Search

/Search finds relevant code (ex. /Search entry point for the shopping service).


background

Features Overview

background

Best Practices

background

Slash Commands

Show more

Copyright © 2024 Personabo Technologies, Inc. All rights reserved. Privacy Policy