Documentation
¶
Index ¶
- func AVMTemplateCandidates(editRange lsp.Range) []lsp.CompletionItem
- func AzAPITemplateCandidates(editRange lsp.Range) []lsp.CompletionItem
- func AzureRMTemplateCandidates(editRange lsp.Range) []lsp.CompletionItem
- func MSGraphTemplateCandidates(editRange lsp.Range) []lsp.CompletionItem
- type CompletionModel
- type DocumentationModel
- type TextEditModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AVMTemplateCandidates ¶ added in v0.6.0
func AVMTemplateCandidates(editRange lsp.Range) []lsp.CompletionItem
func AzAPITemplateCandidates ¶ added in v0.5.0
func AzAPITemplateCandidates(editRange lsp.Range) []lsp.CompletionItem
func AzureRMTemplateCandidates ¶
func AzureRMTemplateCandidates(editRange lsp.Range) []lsp.CompletionItem
func MSGraphTemplateCandidates ¶
func MSGraphTemplateCandidates(editRange lsp.Range) []lsp.CompletionItem
Types ¶
type CompletionModel ¶
type CompletionModel struct {
Label string `json:"label"`
Documentation DocumentationModel `json:"documentation"`
SortText string `json:"sortText"`
TextEdit TextEditModel `json:"textEdit"`
}
type DocumentationModel ¶
type TextEditModel ¶
type TextEditModel struct {
NewText string `json:"newText"`
}
Click to show internal directories.
Click to hide internal directories.