github hashicorp/terraform-ls v0.34.0

latest releases: v0.35.0-beta2, v0.34.3, v0.35.0-beta1...
2 months ago

ENHANCEMENTS:

  • Add initial support for Terraform Stacks files and Deployment files. This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Stacks and Deployment files (#1745)
  • Add documentation for using vim with YouCompleteMe (#1718)
  • Enable completion for all locally installed remote modules (#1760)
  • Re-architect the language server for improved performance and resource utilization (#1667)

This marks the completion of a major refactoring effort. The language server will now start up much faster and use less resources, especially on larger workspaces. We achieve this by doing less work during the initial walk of a workspace. Instead, we only parse modules with open files. Whenever a file of a module is opened, we schedule all the jobs needed to understand the contents of that directory (and the referenced modules).

INTERNAL:

  • Introduce a workflow that checks for changelog entries (#1759)
  • Split internal modules state into separate features (#1667)

Don't miss a new terraform-ls release

NewReleases is sending notifications on new releases.