🎉 Standard Schema support is here: Use ArkEnv with Zod, Valibot, and more!
ArkEnv

Integrate with JetBrains IDEs

Install the ArkType plugin for syntax highlighting.

ArkType | JetBrains Marketplace

Syntax highlighting for ArkType ⛵

To integrate ArkEnv, use the default import and name it arkenv:

import arkenv from 'arkenv';

const  = arkenv({
  PORT: "number.port", 
  NODE_ENV: "'development' | 'production' | 'test'",
});

Type syntax is now highlighted:

ArkType syntax highlighting in VS Code