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: pages/generative-apis/how-to/query-code-models.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ meta:
3
3
title: How to query code models with Scaleway's Generative APIs
4
4
description: Learn how to interact with powerful code models using Scaleway's Generative APIs service. Integrate with VS Code and IntelliJ for enhanced coding experience.
5
5
content:
6
-
h1: How to Query Code Models with Scaleway's Generative APIs
6
+
h1: How to query code models with Scaleway's Generative APIs
7
7
paragraph: Scaleway's Generative APIs service allows users to interact with powerful code models hosted on the platform. These code models are specialized in understanding code, generating code, and fixing code. With Scaleway's Generative APIs, you can integrate these code models with popular IDEs like VS Code and IntelliJ.
@@ -75,15 +75,15 @@ Code models are also ideal AI assistants when **added to IDEs** (integrated deve
75
75
76
76
#### For Visual Studio Code
77
77
78
-
1. Open VS Code and navigate to the Extensions view (`Ctrl+Shift+X`).
79
-
2.Search for "Continue" and click `Install`.
80
-
3. The Continue icon will appear on the sidebar.
78
+
1. Open VS Code and navigate to the **Extensions** view (`Ctrl+Shift+X`).
79
+
2.Type `Continue` in the search bar and click **Install**.
80
+
3. The **Continue** icon should appear on the sidebar.
81
81
82
82
#### For JetBrains IntelliJ
83
83
84
-
1. Open your JetBrains IDE and go to `Settings` (`Ctrl+Alt+S`).
85
-
2. Select `Plugins` and search for "Continue" in the marketplace.
86
-
3. Click `Install`, and the Continue icon will appear on the toolbar.
84
+
1. Open your JetBrains IDE and go to **Settings** (`Ctrl+Alt+S`).
85
+
2. Select **Plugins** and search for `Continue` in the marketplace.
86
+
3. Click **Install**. The `Continue` icon should appear on the toolbar.
87
87
88
88
### Configuration of Continue
89
89
@@ -109,7 +109,7 @@ Code models are also ideal AI assistants when **added to IDEs** (integrated deve
109
109
Read more about how to set up your `config.json` on the [official Continue documentation](https://docs.continue.dev/reference).
110
110
</Message>
111
111
3. Restart your IDE after you have modified and saved the configuration file.
112
-
4. Open the Command Palette in VS Code by pressing `Ctrl+Shift+P` (Windows/Linux) or `Cmd+Shift+P` (Mac) and type "Continue" to access the extension's features.
112
+
4. Open the **Command Palette** in VS Code by pressing `Ctrl+Shift+P` (Windows/Linux) or `Cmd+Shift+P` (Mac) and type `Continue` to access the extension's features.
113
113
114
114
<Messagetype="tip">
115
115
Refer to our dedicated documentation for detailed information on how to integrate Continue in your favourite IDE.
@@ -120,8 +120,8 @@ Code models are also ideal AI assistants when **added to IDEs** (integrated deve
120
120
### Using Continue with your IDE
121
121
Continue can be used with VS Code to automate tasks, generate code, and enhance your coding experience. Here are some examples of how to use Continue with VS Code:
122
122
123
-
* Code generation: Use the "Continue: Generate Code" command to generate boilerplate code, functions, or entire classes.
124
-
* Code completion: Use the "Continue: Complete Code" command to complete partially written code.
125
-
* Code refactoring: Use the "Continue: Refactor Code" command to refactor code and improve its readability and maintainability.
123
+
* Code generation: Use the `Continue: Generate Code` command to generate boilerplate code, functions, or entire classes.
124
+
* Code completion: Use the `Continue: Complete Code` command to complete partially written code.
125
+
* Code refactoring: Use the `Continue: Refactor Code` command to refactor code and improve its readability and maintainability.
Copy file name to clipboardExpand all lines: pages/generative-apis/reference-content/adding-ai-to-intellij-using-continue.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ This guide will help you integrate AI-powered code models into JetBrain's Intell
23
23
24
24
## Install Continue in IntelliJ IDEA
25
25
26
-
You can install Continue from [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/22707-continue):
26
+
You can install Continue from the [JetBrains marketplace](https://plugins.jetbrains.com/plugin/22707-continue):
27
27
28
28
1. Open IntelliJ IDEA and go to **Preferences** (`Ctrl+Alt+S` on Windows/Linux, `Cmd+,` on macOS).
29
-
2. Navigate to **Plugins** >**Marketplace**.
29
+
2. Navigate to **Plugins**, then click**Marketplace**.
30
30
3. Search for **Continue** and click **Install**.
31
31
4. Restart IntelliJ IDEA after installation.
32
32
@@ -70,7 +70,7 @@ Once Continue is configured, you can leverage AI capabilities to streamline deve
70
70
71
71
### AI-assisted code generation
72
72
73
-
Use the **Continue: Generate Code** command to generate boilerplate code, functions, or even entire classes based on natural language prompts.
73
+
Use the `Continue: Generate Code` command to generate boilerplate code, functions, or even entire classes based on natural language prompts.
74
74
75
75
#### Example:
76
76
@@ -95,7 +95,7 @@ Continue enhances your coding workflow with AI-driven code completion. Simply st
95
95
96
96
### Automated code refactoring
97
97
98
-
Refactoring is crucial for maintaining clean and efficient code. Use the *Continue: Refactor Code* command to enhance readability and optimize performance.
98
+
Refactoring is crucial for maintaining clean and efficient code. Use the `Continue: Refactor Code` command to enhance readability and optimize performance.
0 commit comments