Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>@env-spec (.env) language support - VSCode/OVSX extensionNew to Visual Studio Code? Get it now.
@env-spec (.env) language support - VSCode/OVSX extension

@env-spec (.env) language support - VSCode/OVSX extension

varlock

|
680 installs
| (2) | Free
Adds syntax highlighting and additional tooling for @env-spec enabled .env files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

@env-spec VSCode Extension

This VSCode extension adds @env-spec language support for your .env files.

This new DSL builds upon the common .env format, adding support for JSDoc style @decorator comments to provide additional metadata about your environment variables, and explicit function-call style values, to load data from external sources.

@env-spec example

Using @env-spec enabled tools (like varlock) can use this additional information to securely load and validate your environment variables, without any additional custom code.

Features

  • Syntax highlighting
  • IntelliSense for decorators, @type values, type options, resolver functions, and $KEY references
  • Enum value completion for item values below @type=enum(...)
  • Inline validation for invalid enum values, incompatible decorators, and obvious static @type mismatches
  • Hover info for common @decorators
  • Better toggle-comment behavior (CMD+/), to enable/disable decorators within comment blocks
  • Comment continuation (automatically continue comment blocks when you hit enter within one)

IntelliSense and diagnostics

Decorators and built-in types

Get completions for common item and root decorators, plus built-in @type= values while editing comment blocks.

@env-spec decorator and type completion

Type option completions

Built-in types surface context-aware option completions like email(normalize=...), ip(version=..., normalize=...), and url(prependHttps=...).

@env-spec type option completion

Email-specific option completions

Type-specific completions also work for focused cases like email(normalize=...), with boolean choice values suggested inline.

@env-spec email option completion

Enum value completions

When an item is declared as @type=enum(...), the allowed values are suggested directly on the item value line below.

@env-spec enum value completion

Variable references

Typing $ inside values and decorator expressions suggests config keys from the current file.

@env-spec key reference completion

Prefix-aware completions

Decorator and validation workflows also support prefix-related configuration scenarios while editing schema comments.

@env-spec prefix behavior

Invalid decorator combinations

Autocomplete filters out incompatible decorators like @required and @optional, and inline diagnostics catch invalid combinations if they still appear in the file.

@env-spec incompatible decorator diagnostics

Inline validation

The extension also highlights obvious static validation issues, such as invalid enum values or incorrect prependHttps URL usage.

@env-spec inline validation

How to use this extension

The new @env-spec language mode should be enabled automatically for any .env and .env.* files, but you can always set it via the Language Mode selector in the bottom right of your editor.

Feeback, Contributing, Support

We are actively iterating on @env-spec and your feedback is invaluable. Please read through our RFC and let us know what you think!

For more immediate support, or to chat with us, please join our Discord.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft