IDE extensions
Integrate with cursor, antigravity, and other vscodium-based IDEs
Install the ArkType extension for syntax highlighting and inline error detection. For improved DX, use a theme from ArkThemes.
ArkType – Open VSX Registry
Syntax highlighting and inline errors for ArkType ⛵
ArkThemes – Open VSX Registry
A collection of themes with special highlighting for TypeScript generics ⛵
How to import ArkEnv to enable syntax highlighting
To integrate ArkEnv, use the default import and name it arkenv:
import from 'arkenv';
const = ({
: "number.port",
: "'development' | 'production' | 'test'",
});Type syntax is now highlighted:
