Skip to content

Commit

Permalink
decoder: Leave TODO about pre-filling req. fields
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Mar 14, 2023
1 parent ece2ea1 commit 7bded4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decoder/expr_object_completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func (obj Object) CompletionAtPos(ctx context.Context, pos hcl.Pos) []lang.Candi
triggerSuggest = true
}

// TODO: Enable pre-filling required fields in this context too
return []lang.Candidate{
{ // TODO: Consider rendering first N elements in Label?
Label: "{…}",
Expand Down

0 comments on commit 7bded4f

Please sign in to comment.