Releases: hashicorp/terraform-ls
Releases · hashicorp/terraform-ls
v0.20.0
FEATURES:
- Implement reference count code lens (#584)
ENHANCEMENT:
- Add support for module input completion/hover/highlighting (#551)
- Add support for module output reference completion/hover/highlighting (#593)
BUG FIXES:
- fix: recognize references in lists and other complex types (#594)
INTERNAL:
- build(deps): bump github.com/hashicorp/hcl/v2 from 2.10.0 to 2.10.1 (#589)
v0.19.1
v0.19.0
FEATURES:
- Go to attribute/block from reference (#569)
- Go to references from an attribute or a block (#572, #580)
ENHANCEMENTS:
BUG FIXES:
- fix: avoid crash on empty file formatting (#578)
Note for Terraform VS Code Extension users:
Extension version 2.12+ is recommended before upgrading to this version of language server. See hashicorp/vscode-terraform#682 for more details.
v0.18.3
v0.18.2
v0.18.1
v0.18.0
v0.17.1
v0.17.0
ENHANCEMENTS:
- Add support for traversals/references (#485)
- Add new
module.callers
(LSP) command & document all available commands (#508)