vscode-terraform
vscode-terraform copied to clipboard
HashiCorp Terraform VSCode extension
See this issue in VS Code: https://github.com/microsoft/vscode/issues/23962#issuecomment-292079416 Identifiers (block labels, etc) are commonly inside quotes, we should enable completion inside them if possible.
Hi! Congrats to the 2.0 release! I'm very much looking forward to using it often and hope that I will no longer have bogus syntax validation errors :) Could you...
I am developer from VS Code and we introduced Machine Scope for configurations in [1.34](https://code.visualstudio.com/updates/v1_34#_machinespecific-settings) which will help in [remote set ups](https://code.visualstudio.com/docs/remote/remote-overview). I would like to encourage extension authors to...
Right now I am doing a find and replace with this in VSCode's search: ```re "\$\{(([a-z]|\.|_)+)\}" ``` ``` $1 ``` To replace strings like this: ``` project_id = "${google_project.main_project.project_id}" ```...
Unused data declarations give Terraform configurations access to unnecessary information, cause code clutter, and impact runtime performance. It would be useful if linting could identify unused data declarations with syntactic...
As a designer of a theme, that respects terraform syntax. It would be nice to have different colors for deeper nested object attributes/vars. Now it's only other.Member. Maybe that's possible...
Since the last update, every time I open a Terraform file in VS Code, I get an error message: ``` No schema found for "tf". Functionality may be limited. You...
I've also filed this as a bug for the terraform-ls repo: https://github.com/hashicorp/terraform-ls/issues/398 ---- OS: Darwin x64 20.2.0 (macOS Big Sur Version 11.1) VS Code: 1.53.0 VS Code Terraform Extension: v2.5.0...
See here : https://github.com/eclipse-theia/theia/issues/8064 Please make it working, this could be interesting for me as I'm testing theia and in the long term, I suppose as google is using theia,...
### Current Version ``` $ ~/.vscode/extensions/hashicorp.terraform-2.2.3/lsp/terraform-ls --version 0.8.0 ``` ### Use-cases As a developer, I would like to use terraform templates that have terraform parts with color syntax highlighting. Furthermore,...