package
0.0.0-20240722083041-1e49dba912c3
Repository: https://github.com/hashicorp/hcl-lang.git
Documentation: pkg.go.dev

# Functions

CompleteCandidates creates a static (complete) list of candidates NewCandidates should be used at runtime instead, but CompleteCandidates provides a syntactic sugar useful in tests.
IncompleteCandidates creates a static list of candidates NewCandidates should be used at runtime instead, but IncompleteCandidates provides a syntactic sugar useful in tests.
No description provided by the author
NewCandidates creates a new (incomplete) list of candidates to be appended to.
No description provided by the author
No description provided by the author
ZeroCandidates returns a (complete) "list" of no candidates.

# Constants

structural kinds.
No description provided by the author
expressions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
structural tokens.
No description provided by the author
No description provided by the author
expressions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
Candidate represents a completion candidate in the form of an attribute, block, or a label.
Candidates represents a list of candidates and indication whether the list is complete or if it needs further filtering because there is too many candidates.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MarkupContent represents human-readable content which can be represented as Markdown or plaintext for backwards-compatible reasons.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TextEdit represents a change (edit) of an HCL config file in the form of a Snippet *and* NewText to replace the given Range.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
go:generate go run golang.org/x/tools/cmd/stringer -type=CandidateKind -output=candidate_kind_string.go.
No description provided by the author
No description provided by the author
No description provided by the author
go:generate go run golang.org/x/tools/cmd/stringer -type=MarkupKind -output=markup_kind_string.go.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author