ArkEnv
IDE extensions

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  from 'arkenv';

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

Type syntax is now highlighted:

ArkType syntax highlighting in VS Code