Skip to content

Commit 8f3c712

Browse files
committed
Release 1.0.6
1 parent 6ccfb68 commit 8f3c712

3 files changed

Lines changed: 147 additions & 449 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 1.0.6
2+
3+
## New Features
4+
5+
- Autocomplete now autocomplete builtin interpolation functions
6+
- Autocomplete in interpolation should be more robust
7+
- `.tfvars` Files are now correctly indexed so that *Go To definition*, *Rename* more now work as expected (Closes #80)
8+
- Autocomplete of top-level sections (e.g. `resource`, `variable` for example) now uses snippets to speed up authoring
9+
10+
## Experimental features
11+
12+
- Invoking the command `terraform.preview-graph` (*Terraform: Preview Graph*) will generate and show a clickable resource dependency graph
13+
14+
## Fixes
15+
16+
- Correctly syntax highlight the `locals {}` keyword
17+
118
# 1.0.5
219

320
## New Features

0 commit comments

Comments
 (0)