You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/continue.md
+93-44Lines changed: 93 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,48 +4,85 @@ title: Continue for VS Code
4
4
sidebar_position: 1
5
5
---
6
6
7
-
##Continue Integration for VS Code
7
+
# Continue Integration for VS Code
8
8
9
-
The **Continue** extension brings Cube AI’s LLM capabilities directly into
10
-
Visual Studio Code, enabling inline completions, refactoring help, and
11
-
chat-based assistance.
9
+
The **Continue** extension brings **Cube AI** LLM capabilities directly into **Visual Studio Code**, enabling:
12
10
13
-
This guide explains how to connect Continue with a Cube AI domain.
11
+
- inline code completions
12
+
- refactoring assistance
13
+
- chat-based explanations
14
+
- test and documentation generation
15
+
16
+
This guide shows how to connect **Continue** with a **Cube AI domain** in a few simple steps.
17
+
18
+
---
19
+
20
+
## What You Will Get
21
+
22
+
After completing this guide, you will be able to:
23
+
24
+
- use Cube AI models inside VS Code
25
+
- chat with your codebase
26
+
- refactor and explain code using enterprise-grade LLMs
27
+
- keep all data inside your Cube AI deployment
28
+
29
+
---
30
+
31
+
## Architecture Overview
32
+
33
+
Continue runs locally inside VS Code and forwards requests to Cube AI, which handles authentication, model routing, and security, while all data remains inside your Cube AI deployment.
0 commit comments