hashicorp / hashicorp/vscode-hcl
Formatting support for HCL
- Dominant language
- TypeScript
- Stars
- 51
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
historically I'd used vscode's `"files.associations": {}` setting to tie `hcl` files to the terraform extension to get simple formatting support, like so:
```json
{
"files.associations": {
"*.hcl": "terraform"
}
}
```
if there isn't already a plan to add formatting support to this extension I'd like to formally request one!
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by reviewing the vscode-hcl extension and the issue discussion to determine the intended formatting scope and existing plans. Done means the extension provides formatting support for HCL files in VS Code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100