Versions in this module Expand all Collapse all v1 v1.0.0 Nov 29, 2016 Changes in this version + const CIKClass + const CIKColor + const CIKConstructor + const CIKEnum + const CIKField + const CIKFile + const CIKFunction + const CIKInterface + const CIKKeyword + const CIKMethod + const CIKModule + const CIKProperty + const CIKReference + const CIKSnippet + const CIKText + const CIKUnit + const CIKValue + const CIKVariable + const Changed + const Created + const Deleted + const Error + const Hint + const Info + const Information + const Log + const MTError + const MTWarning + const Read + const TDSKFull + const TDSKIncremental + const TDSKNone + const Text + const Warning + const Write + type ClientCapabilities struct + XContentProvider bool + XFilesProvider bool + type CodeActionContext struct + Diagnostics []Diagnostic + type CodeActionParams struct + Context CodeActionContext + Range Range + TextDocument TextDocumentIdentifier + type CodeLens struct + Command Command + Data interface{} + Range Range + type CodeLensOptions struct + ResolveProvider bool + type CodeLensParams struct + TextDocument TextDocumentIdentifier + type Command struct + Arguments []interface{} + Command string + Title string + type CompletionItem struct + Data interface{} + Detail string + Documentation string + FilterText string + InsertText string + Kind int + Label string + SortText string + TextEdit TextEdit + type CompletionItemKind int + type CompletionList struct + IsIncomplete bool + Items []CompletionItem + type CompletionOptions struct + ResolveProvider bool + TriggerCharacters []string + type Diagnostic struct + Code string + Message string + Range Range + Severity DiagnosticSeverity + Source string + type DiagnosticSeverity int + type DidChangeConfigurationParams struct + Settings interface{} + type DidChangeTextDocumentParams struct + ContentChanges []TextDocumentContentChangeEvent + TextDocument VersionedTextDocumentIdentifier + type DidChangeWatchedFilesParams struct + Changes []FileEvent + type DidCloseTextDocumentParams struct + TextDocument TextDocumentIdentifier + type DidOpenTextDocumentParams struct + TextDocument TextDocumentItem + type DidSaveTextDocumentParams struct + TextDocument TextDocumentIdentifier + type DocumentFormattingParams struct + Options FormattingOptions + TextDocument TextDocumentIdentifier + type DocumentHighlight struct + Kind int + Range Range + type DocumentHighlightKind int + type DocumentOnTypeFormattingOptions struct + FirstTriggerCharacter string + MoreTriggerCharacter []string + type DocumentOnTypeFormattingParams struct + Ch string + Options FormattingOptions + Position Position + TextDocument TextDocumentIdentifier + type DocumentRangeFormattingParams struct + Options FormattingOptions + Range Range + TextDocument TextDocumentIdentifier + type DocumentSymbolParams struct + TextDocument TextDocumentIdentifier + type FileChangeType int + type FileEvent struct + Type int + URI string + type FormattingOptions struct + InsertSpaces bool + Key string + TabSize int + type Hover struct + Contents []MarkedString + Range Range + type InitializeError struct + Retry bool + type InitializeParams struct + Capabilities ClientCapabilities + InitializationOptions interface{} + ProcessID int + RootPath string + type InitializeResult struct + Capabilities ServerCapabilities + type Location struct + Range Range + URI string + type LogMessageParams struct + Message string + Type int + type MarkedString struct + Language string + Value string + type MessageActionItem struct + Title string + type MessageType int + type None struct + type ParameterInformation struct + Documentation string + Label string + type Position struct + Character int + Line int + type PublishDiagnosticsParams struct + Diagnostics []Diagnostic + URI string + type Range struct + End Position + Start Position + type ReferenceContext struct + IncludeDeclaration bool + type ReferenceParams struct + Context ReferenceContext + type RenameParams struct + NewName string + Position Position + TextDocument TextDocumentIdentifier + type ServerCapabilities struct + CodeActionProvider bool + CodeLensProvider *CodeLensOptions + CompletionProvider *CompletionOptions + DefinitionProvider bool + DocumentFormattingProvider bool + DocumentHighlightProvider bool + DocumentOnTypeFormattingProvider *DocumentOnTypeFormattingOptions + DocumentRangeFormattingProvider bool + DocumentSymbolProvider bool + HoverProvider bool + ReferencesProvider bool + RenameProvider bool + SignatureHelpProvider *SignatureHelpOptions + TextDocumentSync int + WorkspaceSymbolProvider bool + type ShowMessageParams struct + Message string + Type int + type ShowMessageRequestParams struct + Actions []MessageActionItem + Message string + Type int + type SignatureHelp struct + ActiveParameter int + ActiveSignature int + Signatures []SignatureInformation + type SignatureHelpOptions struct + TriggerCharacters []string + type SignatureInformation struct + Documentation string + Label string + Paramaters []ParameterInformation + type SymbolInformation struct + ContainerName string + Kind SymbolKind + Location Location + Name string + type SymbolKind int + const SKArray + const SKBoolean + const SKClass + const SKConstant + const SKConstructor + const SKEnum + const SKField + const SKFile + const SKFunction + const SKInterface + const SKMethod + const SKModule + const SKNamespace + const SKNumber + const SKPackage + const SKProperty + const SKString + const SKVariable + type TextDocumentContentChangeEvent struct + Range *Range + RangeLength uint + Text string + type TextDocumentIdentifier struct + URI string + type TextDocumentItem struct + LanguageID string + Text string + URI string + Version int + type TextDocumentPositionParams struct + Position Position + TextDocument TextDocumentIdentifier + type TextDocumentSyncKind int + type TextEdit struct + NewText string + Range Range + type VersionedTextDocumentIdentifier struct + Version int + type WorkspaceEdit struct + Changes map[string][]TextEdit + type WorkspaceSymbolParams struct + Limit int + Query string Incompatible versions in this module v2.0.0+incompatible Sep 17, 2018