Get Started
Installation
- Install AskCodebase in VSCode → (opens in a new tab)
- Click Open AskCodebase button in the status bar.
- Start a conversation with the AI
Congratulations! You are now ready to start using AskCodebase 🎉
Configuration
AskCodebase supports a number of configuration options. You can configure AskCodebase by typing command via Ctrl/Command
+ P
.
Configure Layout
You can type and search command AskCodebase: Select Layout
to select the layout you are comfortable with.
Besides, AskCodebase supports config layout in settings.json
directly, example:
{
"askcodebase.layout": "left" // "left" | "right" | "bottom"
}
Open Walkthrough
You can type and search command AskCodebase: Open Walkthrough
to open the walkthrough.
AskCodebase Walkthrough is a quick way to learn how to use AskCodebase in minutes.