# VS Code Extension (/ink/vscode-extension)



If you're using *ink*, we recommend using the *ink* extension we developed. In addition to providing standard *ink* language features, it lets you select `pixi-vn` as your game engine and test your narration in real time.

You can download it and get more information [here](https://marketplace.visualstudio.com/items?itemName=drincs-productions.pixi-vn-ink-vscode).

<img alt="ink VS Code Extension" src="https://github.com/user-attachments/assets/cc17384a-7f2f-4e86-b99a-efbf823269d9" width="1843" height="735" />

Here's the recommended settings file:

```json title="settings.json"
{
    "ink.mainFile": "start.ink",
    "ink.rootFolder": "src/ink",
    "ink.markup": "Markdown",
    "ink.engine": "pixi-vn"
}
```
