Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions extensions/vscode.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
title: "PotpieAI VSCode Integration"
description: "How to get the PotpieAI extension in your IDE"
---

## Features

- **Manage Chats**: View all your ongoing conversations in one place.
- **Start New Chats**: Quickly begin a new conversation with a simple command.
- **Intuitive Chat Interface**: Chat seamlessly within your VS Code environment.

<Frame>
<img src="/images/vscode-parse.png" alt="Repository Parsing" />
</Frame>
*Parse your repository to enable contextual conversations about your codebase*

<Frame>
<img src="/images/vscode-chat.png" alt="Chat Interface" />
</Frame>
*Chat with your codebase with context from the Command Palette or Extension Menu*

<Frame>
<img src="/images/vscode-history.png" alt="Chat History" />
</Frame>
*Access your complete chat history and manage all conversations in one place*

## Prerequisites

Before using the PotpieAI VSCode integration, you need:

1. A PotpieAI account.

## How to Use Potpie

### Step 1: Install the Extension

1. Open **Visual Studio Code**.
2. Navigate to the **Extensions** view by clicking on the Extensions icon in the Activity Bar or pressing `Ctrl+Shift+X`.
3. Search for **"Potpie"** in the marketplace.
4. Click **Install**.
5. Login into your PotpieAI account.

### Step 2: Open Potpie

1. Open the **Command Palette** using `Ctrl+Shift+P` (Windows/Linux) or `Cmd+Shift+P` (Mac).
2. Type **Potpie** and select the desired command from the list.

### Step 3: Commands and Navigation

- **View All Chats**: Lists all your ongoing chats.
- **Start a New Chat**: Opens a new conversation window.
- **Chat Interface**: Engage with a user-friendly interface for seamless chatting.


## Command Reference

| Command | Description |
| ---------------------- | ----------------------------------------- |
| `Ctrl+Shift+P` | Open Command Palette for Windows/Linux and type `Potpie` |
| `Cmd+Shift+P` | Open Command Palette for Mac and type `Potpie` |
Binary file added images/vscode-chat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vscode-history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vscode-parse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
{
"group": "Extensions",
"pages": [
"extensions/slack"
"extensions/slack",
"extensions/vscode"
]
},
{
Expand Down