Skip to content

Commit 5b8399d

Browse files
bene2k1nerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent 7826a24 commit 5b8399d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

pages/generative-apis/how-to/query-code-models.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ meta:
33
title: How to query code models with Scaleway's Generative APIs
44
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.
55
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
77
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.
88
tags: generative-apis ai-data language-models code-models chat-completions-api scaleway-continue vs-code intellij
99
dates:
@@ -75,15 +75,15 @@ Code models are also ideal AI assistants when **added to IDEs** (integrated deve
7575

7676
#### For Visual Studio Code
7777

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.
8181

8282
#### For JetBrains IntelliJ
8383

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.
8787

8888
### Configuration of Continue
8989

@@ -109,7 +109,7 @@ Code models are also ideal AI assistants when **added to IDEs** (integrated deve
109109
Read more about how to set up your `config.json` on the [official Continue documentation](https://docs.continue.dev/reference).
110110
</Message>
111111
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.
113113

114114
<Message type="tip">
115115
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
120120
### Using Continue with your IDE
121121
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:
122122

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.
126126

127127

pages/generative-apis/reference-content/adding-ai-to-intellij-using-continue.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ This guide will help you integrate AI-powered code models into JetBrain's Intell
2323

2424
## Install Continue in IntelliJ IDEA
2525

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):
2727

2828
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**.
3030
3. Search for **Continue** and click **Install**.
3131
4. Restart IntelliJ IDEA after installation.
3232

@@ -70,7 +70,7 @@ Once Continue is configured, you can leverage AI capabilities to streamline deve
7070

7171
### AI-assisted code generation
7272

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.
7474

7575
#### Example:
7676

@@ -95,7 +95,7 @@ Continue enhances your coding workflow with AI-driven code completion. Simply st
9595

9696
### Automated code refactoring
9797

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.
9999

100100
#### Example
101101

0 commit comments

Comments
 (0)