bmalehorn / vscode-hcl

HCL (HashiCorp Configuration Language) Extension for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items?itemName=HashiCorp.HCL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HCL Extension for Visual Studio Code

The HashiCorp HCL Extension for Visual Studio Code (VS Code) adds syntax highlighting for HCL files.

Quick Start

  1. Install the extension from the VS Code Marketplace
  2. Open your desired workspace and/or the root folder containing your HCL files.

Features

This extension provides HCL syntax highlighting for files that use .hcl as the file extension, for example:

Usage

The HashiCorp HCL Extension is a grammar only extension targeted to provide HCL syntax highlighting for files not already accounted for by a more specific product-focused extension. For example, Terraform syntax highlighting is already provided by the official HashiCorp Terraform Extension for VS Code.

Current Terraform users can install the HCL extension alongside the Terraform Extension and find that they can use HCL files without conflict. Users can also install the HCL Extension separately from the Terraform Extension if they only want HCL support.

Read more about HCL at https://github.com/hashicorp/hcl.

Credits

  • We thank William Holroyd for creation and past maintenance of wholroyd.HCL VS Code extension and for agreeing to the extension namespace transfer to make the transition conflict-less and easy for existing users

About

HCL (HashiCorp Configuration Language) Extension for Visual Studio Code

https://marketplace.visualstudio.com/items?itemName=HashiCorp.HCL

License:Mozilla Public License 2.0


Languages

Language:JavaScript 53.0%Language:TypeScript 47.0%