const CodeActionUnknownTrigger … var namesTextDocumentSyncKind … var namesMessageType … var namesFileChangeType … var namesWatchKind … var namesCompletionTriggerKind … var namesDiagnosticSeverity … var namesDiagnosticTag … var namesCompletionItemKind … var namesInsertTextFormat … var namesDocumentHighlightKind … var namesSymbolKind … var namesTextDocumentSaveReason … func init() { … } func formatEnum(f fmt.State, i int, names []string, unknown string) { … } func (e TextDocumentSyncKind) Format(f fmt.State, c rune) { … } func (e MessageType) Format(f fmt.State, c rune) { … } func (e FileChangeType) Format(f fmt.State, c rune) { … } func (e CompletionTriggerKind) Format(f fmt.State, c rune) { … } func (e DiagnosticSeverity) Format(f fmt.State, c rune) { … } func (e DiagnosticTag) Format(f fmt.State, c rune) { … } func (e CompletionItemKind) Format(f fmt.State, c rune) { … } func (e InsertTextFormat) Format(f fmt.State, c rune) { … } func (e DocumentHighlightKind) Format(f fmt.State, c rune) { … } func (e SymbolKind) Format(f fmt.State, c rune) { … } func (e TextDocumentSaveReason) Format(f fmt.State, c rune) { … }