snippets

package
v0.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2026 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

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 DocumentationModel struct {
	Kind  string `json:"kind"`
	Value string `json:"value"`
}

type TextEditModel

type TextEditModel struct {
	NewText string `json:"newText"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL