VS Code Extension
Official VS Code extension for editing and live-testing ink scripts with Pixi’VN. Provides syntax highlighting, engine selection, and real-time preview for your narratives.
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.
Here's the recommended settings file:
{
"ink.mainFile": "start.ink",
"ink.rootFolder": "src/ink",
"ink.markup": "Markdown",
"ink.engine": "pixi-vn"
}