Commit 18e8cd3
Add underscore as a completion trigger character
This allows editors to request completions easier when a end-user
inputs "_" inside a resource type label for example,
(e.g `resource "aws_`)
This improves the completion experience along with
opentofu/hcl-lang#2 to allow users to get
improved completion when writing resources
Signed-off-by: James Humphries <james@james-humphries.co.uk>1 parent 58a2db2 commit 18e8cd3
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
0 commit comments