Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Resources []Resource
Functions ¶
func BodyDefinitionFromBlock ¶ added in v1.14.0
func PropertiesCandidates ¶
func PropertiesCandidates(props []Property, r lsp.Range) []lsp.CompletionItem
Types ¶
type GenericCandidatesFunc ¶
type Property ¶
type Property struct { Name string Modifier string Type string Description string CompletionNewText string GenericCandidatesFunc GenericCandidatesFunc ValueCandidatesFunc ValueCandidatesFunc NestedProperties []Property }
type ValueCandidatesFunc ¶
type ValueCandidatesFunc func(prefix *string, r lsp.Range) []lsp.CompletionItem
func FixedValueCandidatesFunc ¶
func FixedValueCandidatesFunc(fixedItems []lsp.CompletionItem) ValueCandidatesFunc
Click to show internal directories.
Click to hide internal directories.