Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>VariablesNew to Visual Studio Code? Get it now.
Variables

Variables

Justin Hammond

|
296 installs
| (0) | Free
Syntax highlighting for VARIABLES files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Variables VS Code Extension

The Variables VS Code Extension adds syntax highlighting support to VS Code for VARIABLES files.

Variables files may look something like this:

VARIABLES_VERSION 1

ENVVAR int description goes here

# Comments are supported
MY_ENV str? this will help future engineers know what this env var is for

Installation

Marketplace Installation

  1. Open VS Code
  2. Go to the Extensions menu
  3. Search for "Variables"
  4. Install

Manual Installation

  1. Open VS Code
  2. Go to the Extensions menu
  3. Select 3 dots in the menu bar, select Install from VSIX
  4. Select available VSIX file (extension packaged up) or build from source (see Development) below

If you need a screenshot of this, checkout https://stackoverflow.com/a/50232194/6064135

Development

# Install the `vsce` tool
npm install -g @vscode/vsce

# Package the extension
vsce package

# Release the extension (pre-releases must have different versions than GA releases)
vsce publish --pre-release
vsce publish

Attribution

Variable icons created by Flipicon - Flaticon

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