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
* Move Set up section above Get started
* Add "Next steps" section to Configure k6 intellisense
* Rename Configure k6 Intellisense to Configure your code editor
* Update docs/sources/next/set-up/configure-your-code-editor.md
* Update Configure your code editor headings and links
* Apply to v0.54.x
* Apply to v0.53.x
* Small fix
description: 'k6 has its TypeScript Type Definition that you can configure with your editor to unlock code editing features.'
7
8
weight: 100
8
9
---
9
10
10
-
# Configure k6 IntelliSense
11
+
# Configure your code editor
11
12
12
13
[IntelliSense](https://code.visualstudio.com/docs/editor/intellisense) refers to code editing features like **intelligent code completion** and **quick access to documentation**. These features can significantly improve the developer experience and productivity when working on k6 scripts in your editor of choice. Notable features are:
13
14
@@ -17,7 +18,7 @@ weight: 100
17
18
18
19

19
20
20
-
## VS Code & IntelliJ
21
+
## Install k6 type definitions
21
22
22
23
k6 has its [TypeScript Type Definition](https://www.npmjs.com/package/@types/k6) that you can configure with your editor to unlock code editing features.
23
24
@@ -31,9 +32,16 @@ $ npm init --yes
31
32
$ npm install --save-dev @types/k6
32
33
```
33
34
34
-
## Read more
35
+
## Code editor extensions
36
+
37
+
You can also find k6 code editor extensions for Visual Studio Code and IntelliJ IDEA:
35
38
36
39
-[Visual Studio Code - k6 Extension](https://marketplace.visualstudio.com/items?itemName=k6.k6)
37
40
-[IntelliJ IDEA - k6 Plugin](https://plugins.jetbrains.com/plugin/16141-k6)
description: 'k6 has its TypeScript Type Definition that you can configure with your editor to unlock code editing features.'
7
8
weight: 100
8
9
---
9
10
10
-
# Configure k6 IntelliSense
11
+
# Configure your code editor
11
12
12
13
[IntelliSense](https://code.visualstudio.com/docs/editor/intellisense) refers to code editing features like **intelligent code completion** and **quick access to documentation**. These features can significantly improve the developer experience and productivity when working on k6 scripts in your editor of choice. Notable features are:
13
14
@@ -17,7 +18,7 @@ weight: 100
17
18
18
19

19
20
20
-
## VS Code & IntelliJ
21
+
## Install k6 type definitions
21
22
22
23
k6 has its [TypeScript Type Definition](https://www.npmjs.com/package/@types/k6) that you can configure with your editor to unlock code editing features.
23
24
@@ -31,9 +32,16 @@ $ npm init --yes
31
32
$ npm install --save-dev @types/k6
32
33
```
33
34
34
-
## Read more
35
+
## Code editor extensions
36
+
37
+
You can also find k6 code editor extensions for Visual Studio Code and IntelliJ IDEA:
35
38
36
39
-[Visual Studio Code - k6 Extension](https://marketplace.visualstudio.com/items?itemName=k6.k6)
37
40
-[IntelliJ IDEA - k6 Plugin](https://plugins.jetbrains.com/plugin/16141-k6)
description: 'k6 has its TypeScript Type Definition that you can configure with your editor to unlock code editing features.'
7
8
weight: 100
8
9
---
9
10
10
-
# Configure k6 IntelliSense
11
+
# Configure your code editor
11
12
12
13
[IntelliSense](https://code.visualstudio.com/docs/editor/intellisense) refers to code editing features like **intelligent code completion** and **quick access to documentation**. These features can significantly improve the developer experience and productivity when working on k6 scripts in your editor of choice. Notable features are:
13
14
@@ -17,7 +18,7 @@ weight: 100
17
18
18
19

19
20
20
-
## VS Code & IntelliJ
21
+
## Install k6 type definitions
21
22
22
23
k6 has its [TypeScript Type Definition](https://www.npmjs.com/package/@types/k6) that you can configure with your editor to unlock code editing features.
23
24
@@ -31,9 +32,16 @@ $ npm init --yes
31
32
$ npm install --save-dev @types/k6
32
33
```
33
34
34
-
## Read more
35
+
## Code editor extensions
36
+
37
+
You can also find k6 code editor extensions for Visual Studio Code and IntelliJ IDEA:
35
38
36
39
-[Visual Studio Code - k6 Extension](https://marketplace.visualstudio.com/items?itemName=k6.k6)
37
40
-[IntelliJ IDEA - k6 Plugin](https://plugins.jetbrains.com/plugin/16141-k6)
0 commit comments