Versions in this module Expand all Collapse all v0 v0.2.0 Jul 5, 2026 Changes in this version + const Abort + const AdjustIndentation + const AfterDelay + const Array + const AsIs + const Boolean + const Changed + const Class + const ClassCompletion + const ClassType + const Code + const CodeActionAutomatic + const CodeActionInvoked + const ColorCompletion + const Comment + const CommentType + const ComplDeprecated + const Constant + const ConstantCompletion + const Constructor + const ConstructorCompletion + const ContentModified + const Create + const Created + const DecoratorType + const Delete + const Deleted + const Deprecated + const DeprecatedSymbol + const DiagnosticFull + const DiagnosticUnchanged + const Document + const Empty + const Enum + const EnumCompletion + const EnumMember + const EnumMemberCompletion + const EnumMemberType + const EnumType + const Error + const Event + const EventCompletion + const EventType + const Export + const Field + const FieldCompletion + const File + const FileCompletion + const FilePattern + const FocusOut + const FolderCompletion + const FolderPattern + const Full + const Function + const FunctionCompletion + const FunctionType + const Global + const Group + const Import + const Imports + const Incremental + const Info + const Interface + const InterfaceCompletion + const InterfaceType + const InternalError + const InvalidParams + const InvalidRequest + const Invoked + const Key + const KeywordCompletion + const KeywordType + const Local + const Log + const MacroType + const Manual + const Markdown + const Markup + const Messages + const Method + const MethodCompletion + const MethodNotFound + const MethodType + const ModAbstract + const ModAsync + const ModDeclaration + const ModDefaultLibrary + const ModDefinition + const ModDeprecated + const ModDocumentation + const ModModification + const ModReadonly + const ModStatic + const ModifierType + const Module + const ModuleCompletion + const Namespace + const NamespaceType + const None + const Null + const Number + const NumberType + const Object + const Off + const Operator + const OperatorCompletion + const OperatorType + const Package + const Parameter + const ParameterType + const ParseError + const PlainText + const PlainTextTextFormat + const Project + const Property + const PropertyCompletion + const PropertyType + const QuickFix + const Read + const Refactor + const RefactorExtract + const RefactorInline + const RefactorRewrite + const ReferenceCompletion + const RegexpType + const Region + const Relative + const Rename + const RequestCancelled + const RequestFailed + const Scheme + const ServerCancelled + const ServerNotInitialized + const SeverityError + const SeverityHint + const SeverityInformation + const SeverityWarning + const SigContentChange + const SigInvoked + const SigTriggerCharacter + const SnippetCompletion + const SnippetTextFormat + const Source + const SourceFixAll + const SourceOrganizeImports + const String + const StringType + const Struct + const StructCompletion + const StructType + const Text + const TextCompletion + const TextOnlyTransactional + const Transactional + const TriggerCharacter + const TriggerForIncompleteCompletions + const Type + const TypeParameter + const TypeParameterCompletion + const TypeParameterType + const TypeType + const UTF16 + const UTF32 + const UTF8 + const Undo + const UnitCompletion + const UnknownErrorCode + const Unnecessary + const ValueCompletion + const Variable + const VariableCompletion + const VariableType + const Verbose + const Warning + const WatchChange + const WatchCreate + const WatchDelete + const Write + type AnnotatedTextEdit struct + AnnotationID ChangeAnnotationIdentifier + type ApplyWorkspaceEditParams struct + Edit WorkspaceEdit + Label string + type ApplyWorkspaceEditResult struct + Applied bool + FailedChange uint32 + FailureReason string + type BaseSymbolInformation struct + ContainerName string + Kind SymbolKind + Name string + Tags []SymbolTag + type CallHierarchyClientCapabilities struct + DynamicRegistration bool + type CallHierarchyIncomingCall struct + From CallHierarchyItem + FromRanges []Range + type CallHierarchyIncomingCallsParams struct + Item CallHierarchyItem + type CallHierarchyItem struct + Data interface{} + Detail string + Kind SymbolKind + Name string + Range Range + SelectionRange Range + Tags []SymbolTag + URI DocumentURI + type CallHierarchyOptions struct + type CallHierarchyOutgoingCall struct + FromRanges []Range + To CallHierarchyItem + type CallHierarchyOutgoingCallsParams struct + Item CallHierarchyItem + type CallHierarchyPrepareParams struct + type CallHierarchyRegistrationOptions struct + type CancelParams struct + ID interface{} + type ChangeAnnotation struct + Description string + Label string + NeedsConfirmation bool + type ChangeAnnotationIdentifier = string + type ClientCapabilities struct + Experimental interface{} + General *GeneralClientCapabilities + NotebookDocument *NotebookDocumentClientCapabilities + TextDocument TextDocumentClientCapabilities + Window WindowClientCapabilities + Workspace WorkspaceClientCapabilities + type CodeAction struct + Command *Command + Data interface{} + Diagnostics []Diagnostic + Disabled *PDisabledMsg_textDocument_codeAction + Edit WorkspaceEdit + IsPreferred bool + Kind CodeActionKind + Title string + type CodeActionClientCapabilities struct + CodeActionLiteralSupport PCodeActionLiteralSupportPCodeAction + DataSupport bool + DisabledSupport bool + DynamicRegistration bool + HonorsChangeAnnotations bool + IsPreferredSupport bool + ResolveSupport *PResolveSupportPCodeAction + type CodeActionContext struct + Diagnostics []Diagnostic + Only []CodeActionKind + TriggerKind CodeActionTriggerKind + type CodeActionKind string + type CodeActionOptions struct + CodeActionKinds []CodeActionKind + ResolveProvider bool + type CodeActionParams struct + Context CodeActionContext + Range Range + TextDocument TextDocumentIdentifier + type CodeActionRegistrationOptions struct + type CodeActionTriggerKind uint32 + type CodeDescription struct + Href URI + type CodeLens struct + Command Command + Data interface{} + Range Range + type CodeLensClientCapabilities struct + DynamicRegistration bool + type CodeLensOptions struct + ResolveProvider bool + type CodeLensParams struct + TextDocument TextDocumentIdentifier + type CodeLensRegistrationOptions struct + type CodeLensWorkspaceClientCapabilities struct + RefreshSupport bool + type Color struct + Alpha float64 + Blue float64 + Green float64 + Red float64 + type ColorInformation struct + Color Color + Range Range + type ColorPresentation struct + AdditionalTextEdits []TextEdit + Label string + TextEdit *TextEdit + type ColorPresentationParams struct + Color Color + Range Range + TextDocument TextDocumentIdentifier + type Command struct + Arguments []json.RawMessage + Command string + Title string + type CompletionClientCapabilities struct + CompletionItem PCompletionItemPCompletion + CompletionItemKind *PCompletionItemKindPCompletion + CompletionList *PCompletionListPCompletion + ContextSupport bool + DynamicRegistration bool + InsertTextMode InsertTextMode + type CompletionContext struct + TriggerCharacter string + TriggerKind CompletionTriggerKind + type CompletionItem struct + AdditionalTextEdits []TextEdit + Command *Command + CommitCharacters []string + Data interface{} + Deprecated bool + Detail string + Documentation string + FilterText string + InsertText string + InsertTextFormat InsertTextFormat + InsertTextMode InsertTextMode + Kind CompletionItemKind + Label string + LabelDetails *CompletionItemLabelDetails + Preselect bool + SortText string + Tags []CompletionItemTag + TextEdit *TextEdit + TextEditText string + type CompletionItemKind uint32 + type CompletionItemLabelDetails struct + Description string + Detail string + type CompletionItemTag uint32 + type CompletionItemWithResolveHook struct + ResolveHook *lang.ResolveHook + type CompletionList struct + IsIncomplete bool + ItemDefaults *PItemDefaultsMsg_textDocument_completion + Items []CompletionItem + type CompletionOptions struct + AllCommitCharacters []string + CompletionItem *PCompletionItemPCompletionProvider + ResolveProvider bool + TriggerCharacters []string + type CompletionParams struct + Context CompletionContext + type CompletionRegistrationOptions struct + type CompletionTriggerKind uint32 + type ConfigurationItem struct + ScopeURI string + Section string + type ConfigurationParams struct + Items []ConfigurationItem + type CreateFile struct + Kind string + Options *CreateFileOptions + URI DocumentURI + type CreateFileOptions struct + IgnoreIfExists bool + Overwrite bool + type CreateFilesParams struct + Files []FileCreate + type Declaration = []Location + type DeclarationClientCapabilities struct + DynamicRegistration bool + LinkSupport bool + type DeclarationLink = LocationLink + type DeclarationOptions struct + type DeclarationParams struct + type DeclarationRegistrationOptions struct + type Definition = Or_Definition + type DefinitionClientCapabilities struct + DynamicRegistration bool + LinkSupport bool + type DefinitionLink = LocationLink + type DefinitionOptions struct + type DefinitionParams struct + type DefinitionRegistrationOptions struct + type DeleteFile struct + Kind string + Options *DeleteFileOptions + URI DocumentURI + type DeleteFileOptions struct + IgnoreIfNotExists bool + Recursive bool + type DeleteFilesParams struct + Files []FileDelete + type Diagnostic struct + Code interface{} + CodeDescription *CodeDescription + Data interface{} + Message string + Range Range + RelatedInformation []DiagnosticRelatedInformation + Severity DiagnosticSeverity + Source string + Tags []DiagnosticTag + type DiagnosticClientCapabilities struct + DynamicRegistration bool + RelatedDocumentSupport bool + type DiagnosticOptions struct + Identifier string + InterFileDependencies bool + WorkspaceDiagnostics bool + type DiagnosticRegistrationOptions struct + type DiagnosticRelatedInformation struct + Location Location + Message string + type DiagnosticServerCancellationData struct + RetriggerRequest bool + type DiagnosticSeverity uint32 + type DiagnosticTag uint32 + type DiagnosticWorkspaceClientCapabilities struct + RefreshSupport bool + type DidChangeConfigurationClientCapabilities struct + DynamicRegistration bool + type DidChangeConfigurationParams struct + Settings interface{} + type DidChangeConfigurationRegistrationOptions struct + Section *OrPSection_workspace_didChangeConfiguration + type DidChangeNotebookDocumentParams struct + Change NotebookDocumentChangeEvent + NotebookDocument VersionedNotebookDocumentIdentifier + type DidChangeTextDocumentParams struct + ContentChanges []TextDocumentContentChangeEvent + TextDocument VersionedTextDocumentIdentifier + type DidChangeWatchedFilesClientCapabilities struct + DynamicRegistration bool + RelativePatternSupport bool + type DidChangeWatchedFilesParams struct + Changes []FileEvent + type DidChangeWatchedFilesRegistrationOptions struct + Watchers []FileSystemWatcher + type DidChangeWorkspaceFoldersParams struct + Event WorkspaceFoldersChangeEvent + type DidCloseNotebookDocumentParams struct + CellTextDocuments []TextDocumentIdentifier + NotebookDocument NotebookDocumentIdentifier + type DidCloseTextDocumentParams struct + TextDocument TextDocumentIdentifier + type DidOpenNotebookDocumentParams struct + CellTextDocuments []TextDocumentItem + NotebookDocument NotebookDocument + type DidOpenTextDocumentParams struct + TextDocument TextDocumentItem + type DidSaveNotebookDocumentParams struct + NotebookDocument NotebookDocumentIdentifier + type DidSaveTextDocumentParams struct + Text *string + TextDocument TextDocumentIdentifier + type DocumentChanges struct + RenameFile *RenameFile + TextDocumentEdit *TextDocumentEdit + func (d *DocumentChanges) MarshalJSON() ([]byte, error) + func (d *DocumentChanges) UnmarshalJSON(data []byte) error + type DocumentColorClientCapabilities struct + DynamicRegistration bool + type DocumentColorOptions struct + type DocumentColorParams struct + TextDocument TextDocumentIdentifier + type DocumentColorRegistrationOptions struct + type DocumentDiagnosticParams struct + Identifier string + PreviousResultID string + TextDocument TextDocumentIdentifier + type DocumentDiagnosticReport = Or_DocumentDiagnosticReport + type DocumentDiagnosticReportKind string + type DocumentDiagnosticReportPartialResult struct + RelatedDocuments map[DocumentURI]interface{} + type DocumentFilter = Or_DocumentFilter + type DocumentFormattingClientCapabilities struct + DynamicRegistration bool + type DocumentFormattingOptions struct + type DocumentFormattingParams struct + Options FormattingOptions + TextDocument TextDocumentIdentifier + type DocumentFormattingRegistrationOptions struct + type DocumentHighlight struct + Kind DocumentHighlightKind + Range Range + type DocumentHighlightClientCapabilities struct + DynamicRegistration bool + type DocumentHighlightKind uint32 + type DocumentHighlightOptions struct + type DocumentHighlightParams struct + type DocumentHighlightRegistrationOptions struct + type DocumentLink struct + Data interface{} + Range Range + Target string + Tooltip string + type DocumentLinkClientCapabilities struct + DynamicRegistration bool + TooltipSupport bool + type DocumentLinkOptions struct + ResolveProvider bool + type DocumentLinkParams struct + TextDocument TextDocumentIdentifier + type DocumentLinkRegistrationOptions struct + type DocumentOnTypeFormattingClientCapabilities struct + DynamicRegistration bool + type DocumentOnTypeFormattingOptions struct + FirstTriggerCharacter string + MoreTriggerCharacter []string + type DocumentOnTypeFormattingParams struct + Ch string + Options FormattingOptions + Position Position + TextDocument TextDocumentIdentifier + type DocumentOnTypeFormattingRegistrationOptions struct + type DocumentRangeFormattingClientCapabilities struct + DynamicRegistration bool + type DocumentRangeFormattingOptions struct + type DocumentRangeFormattingParams struct + Options FormattingOptions + Range Range + TextDocument TextDocumentIdentifier + type DocumentRangeFormattingRegistrationOptions struct + type DocumentSelector = []DocumentFilter + type DocumentSymbol struct + Children []DocumentSymbol + Deprecated bool + Detail string + Kind SymbolKind + Name string + Range Range + SelectionRange Range + Tags []SymbolTag + type DocumentSymbolClientCapabilities struct + DynamicRegistration bool + HierarchicalDocumentSymbolSupport bool + LabelSupport bool + SymbolKind *PSymbolKindPDocumentSymbol + TagSupport *PTagSupportPDocumentSymbol + type DocumentSymbolOptions struct + Label string + type DocumentSymbolParams struct + TextDocument TextDocumentIdentifier + type DocumentSymbolRegistrationOptions struct + type DocumentURI string + type ErrorCodes int32 + type ExecuteCommandClientCapabilities struct + DynamicRegistration bool + type ExecuteCommandOptions struct + Commands []string + type ExecuteCommandParams struct + Arguments []json.RawMessage + Command string + type ExecuteCommandRegistrationOptions struct + type ExecutionSummary struct + ExecutionOrder uint32 + Success bool + type FCellsPNotebookSelector struct + Language string + type FCodeActionKindPCodeActionLiteralSupport struct + ValueSet []CodeActionKind + type FEditRangePItemDefaults struct + Insert Range + Replace Range + type FFullPRequests struct + Delta bool + type FInsertTextModeSupportPCompletionItem struct + ValueSet []InsertTextMode + type FParameterInformationPSignatureInformation struct + LabelOffsetSupport bool + type FRangePRequests struct + type FResolveSupportPCompletionItem struct + Properties []string + type FStructurePCells struct + Array NotebookCellArrayChange + DidClose []TextDocumentIdentifier + DidOpen []TextDocumentItem + type FTagSupportPCompletionItem struct + ValueSet []CompletionItemTag + type FTextContentPCells struct + Changes []TextDocumentContentChangeEvent + Document VersionedTextDocumentIdentifier + type FailureHandlingKind string + type FileChangeType uint32 + type FileCreate struct + URI string + type FileDelete struct + URI string + type FileEvent struct + Type FileChangeType + URI DocumentURI + type FileOperationClientCapabilities struct + DidCreate bool + DidDelete bool + DidRename bool + DynamicRegistration bool + WillCreate bool + WillDelete bool + WillRename bool + type FileOperationFilter struct + Pattern FileOperationPattern + Scheme string + type FileOperationOptions struct + DidCreate *FileOperationRegistrationOptions + DidDelete *FileOperationRegistrationOptions + DidRename *FileOperationRegistrationOptions + WillCreate *FileOperationRegistrationOptions + WillDelete *FileOperationRegistrationOptions + WillRename *FileOperationRegistrationOptions + type FileOperationPattern struct + Glob string + Matches FileOperationPatternKind + Options *FileOperationPatternOptions + type FileOperationPatternKind string + type FileOperationPatternOptions struct + IgnoreCase bool + type FileOperationRegistrationOptions struct + Filters []FileOperationFilter + type FileRename struct + NewURI string + OldURI string + type FileSystemWatcher struct + GlobPattern GlobPattern + Kind WatchKind + type FoldingRange struct + CollapsedText string + EndCharacter uint32 + EndLine uint32 + Kind string + StartCharacter uint32 + StartLine uint32 + type FoldingRangeClientCapabilities struct + DynamicRegistration bool + FoldingRange *PFoldingRangePFoldingRange + FoldingRangeKind *PFoldingRangeKindPFoldingRange + LineFoldingOnly bool + RangeLimit uint32 + type FoldingRangeKind string + type FoldingRangeOptions struct + type FoldingRangeParams struct + TextDocument TextDocumentIdentifier + type FoldingRangeRegistrationOptions struct + type FormattingOptions struct + InsertFinalNewline bool + InsertSpaces bool + TabSize uint32 + TrimFinalNewlines bool + TrimTrailingWhitespace bool + type FullDocumentDiagnosticReport struct + Items []Diagnostic + Kind string + ResultID string + type GeneralClientCapabilities struct + Markdown *MarkdownClientCapabilities + PositionEncodings []PositionEncodingKind + RegularExpressions *RegularExpressionsClientCapabilities + StaleRequestSupport *PStaleRequestSupportPGeneral + type GlobPattern = string + type Hover struct + Contents MarkupContent + Range Range + type HoverClientCapabilities struct + ContentFormat []MarkupKind + DynamicRegistration bool + type HoverOptions struct + type HoverParams struct + type HoverRegistrationOptions struct + type ImplementationClientCapabilities struct + DynamicRegistration bool + LinkSupport bool + type ImplementationOptions struct + type ImplementationParams struct + type ImplementationRegistrationOptions struct + type InitializeError struct + Retry bool + type InitializeParams struct + type InitializeResult struct + Capabilities ServerCapabilities + ServerInfo PServerInfoMsg_initialize + type InitializedParams struct + type InlayHint struct + Data interface{} + Kind InlayHintKind + Label []InlayHintLabelPart + PaddingLeft bool + PaddingRight bool + Position *Position + TextEdits []TextEdit + Tooltip *OrPTooltip_textDocument_inlayHint + type InlayHintClientCapabilities struct + DynamicRegistration bool + ResolveSupport *PResolveSupportPInlayHint + type InlayHintKind uint32 + type InlayHintLabelPart struct + Command *Command + Location *Location + Tooltip *OrPTooltipPLabel + Value string + type InlayHintOptions struct + ResolveProvider bool + type InlayHintParams struct + Range Range + TextDocument TextDocumentIdentifier + type InlayHintRegistrationOptions struct + type InlayHintWorkspaceClientCapabilities struct + RefreshSupport bool + type InlineValue = Or_InlineValue + type InlineValueClientCapabilities struct + DynamicRegistration bool + type InlineValueContext struct + FrameID int32 + StoppedLocation Range + type InlineValueEvaluatableExpression struct + Expression string + Range Range + type InlineValueOptions struct + type InlineValueParams struct + Context InlineValueContext + Range Range + TextDocument TextDocumentIdentifier + type InlineValueRegistrationOptions struct + type InlineValueText struct + Range Range + Text string + type InlineValueVariableLookup struct + CaseSensitiveLookup bool + Range Range + VariableName string + type InlineValueWorkspaceClientCapabilities struct + RefreshSupport bool + type InsertReplaceEdit struct + Insert Range + NewText string + Replace Range + type InsertTextFormat uint32 + type InsertTextMode uint32 + type LSPAny = interface + type LSPArray = []interface + type LSPErrorCodes int32 + type LSPObject struct + type LinkedEditingRangeClientCapabilities struct + DynamicRegistration bool + type LinkedEditingRangeOptions struct + type LinkedEditingRangeParams struct + type LinkedEditingRangeRegistrationOptions struct + type LinkedEditingRanges struct + Ranges []Range + WordPattern string + type Location struct + Range Range + URI DocumentURI + type LocationLink struct + OriginSelectionRange *Range + TargetRange Range + TargetSelectionRange Range + TargetURI DocumentURI + type LogMessageParams struct + Message string + Type MessageType + type LogTraceParams struct + Message string + Verbose string + type MarkdownClientCapabilities struct + AllowedTags []string + Parser string + Version string + type MarkedString = Or_MarkedString + type MarkupContent struct + Kind MarkupKind + Value string + type MarkupKind string + type MessageActionItem struct + Title string + type MessageType uint32 + type Moniker struct + Identifier string + Kind MonikerKind + Scheme string + Unique UniquenessLevel + type MonikerClientCapabilities struct + DynamicRegistration bool + type MonikerKind string + type MonikerOptions struct + type MonikerParams struct + type MonikerRegistrationOptions struct + type Msg_MarkedString struct + Language string + Value string + type Msg_NotebookDocumentFilter struct + NotebookType string + Pattern string + Scheme string + type Msg_PrepareRename2Gn struct + Placeholder string + Range Range + type Msg_TextDocumentContentChangeEvent struct + Range *Range + RangeLength uint32 + Text string + type Msg_TextDocumentFilter struct + Language string + Pattern string + Scheme string + type Msg_XInitializeParams_clientInfo struct + Name string + Version string + type NotebookCell struct + Document DocumentURI + ExecutionSummary *ExecutionSummary + Kind NotebookCellKind + Metadata *LSPObject + type NotebookCellArrayChange struct + Cells []NotebookCell + DeleteCount uint32 + Start uint32 + type NotebookCellKind uint32 + type NotebookCellTextDocumentFilter struct + Language string + Notebook NotebookDocumentFilter + type NotebookDocument struct + Cells []NotebookCell + Metadata *LSPObject + NotebookType string + URI URI + Version int32 + type NotebookDocumentChangeEvent struct + Cells *PCellsPChange + Metadata *LSPObject + type NotebookDocumentClientCapabilities struct + Synchronization NotebookDocumentSyncClientCapabilities + type NotebookDocumentFilter = Msg_NotebookDocumentFilter + type NotebookDocumentIdentifier struct + URI URI + type NotebookDocumentSyncClientCapabilities struct + DynamicRegistration bool + ExecutionSummarySupport bool + type NotebookDocumentSyncOptions struct + NotebookSelector []PNotebookSelectorPNotebookDocumentSync + Save bool + type NotebookDocumentSyncRegistrationOptions struct + type OptionalVersionedTextDocumentIdentifier struct + Version int32 + type OrFEditRangePItemDefaults struct + Value interface{} + type OrFNotebookPNotebookSelector struct + Value interface{} + type OrPLocation_workspace_symbol struct + Value interface{} + type OrPSection_workspace_didChangeConfiguration struct + Value interface{} + type OrPTooltipPLabel struct + Value interface{} + type OrPTooltip_textDocument_inlayHint struct + Value interface{} + type Or_Definition struct + Value interface{} + type Or_DocumentDiagnosticReport struct + Value interface{} + type Or_DocumentFilter struct + Value interface{} + type Or_InlineValue struct + Value interface{} + type Or_MarkedString struct + Value interface{} + type Or_RelativePattern_baseUri struct + Value interface{} + type Or_WorkspaceDocumentDiagnosticReport struct + Value interface{} + type Or_textDocument_declaration struct + Value interface{} + type PCellsPChange struct + Data []NotebookCell + Structure FStructurePCells + TextContent []FTextContentPCells + type PChangeAnnotationSupportPWorkspaceEdit struct + GroupsOnLabel bool + type PCodeActionLiteralSupportPCodeAction struct + CodeActionKind FCodeActionKindPCodeActionLiteralSupport + type PCompletionItemKindPCompletion struct + ValueSet []CompletionItemKind + type PCompletionItemPCompletion struct + CommitCharactersSupport bool + DeprecatedSupport bool + DocumentationFormat []MarkupKind + InsertReplaceSupport bool + InsertTextModeSupport FInsertTextModeSupportPCompletionItem + LabelDetailsSupport bool + PreselectSupport bool + ResolveSupport FResolveSupportPCompletionItem + SnippetSupport bool + TagSupport FTagSupportPCompletionItem + type PCompletionItemPCompletionProvider struct + LabelDetailsSupport bool + type PCompletionListPCompletion struct + ItemDefaults []string + type PDisabledMsg_textDocument_codeAction struct + Reason string + type PFoldingRangeKindPFoldingRange struct + ValueSet []FoldingRangeKind + type PFoldingRangePFoldingRange struct + CollapsedText bool + type PFullESemanticTokensOptions struct + Delta bool + type PItemDefaultsMsg_textDocument_completion struct + CommitCharacters []string + Data interface{} + EditRange OrFEditRangePItemDefaults + InsertTextFormat InsertTextFormat + InsertTextMode InsertTextMode + type PLocationMsg_workspace_symbol struct + URI DocumentURI + type PMessageActionItemPShowMessage struct + AdditionalPropertiesSupport bool + type PNotebookSelectorPNotebookDocumentSync struct + Cells []FCellsPNotebookSelector + Notebook OrFNotebookPNotebookSelector + type PRangeESemanticTokensOptions struct + type PRequestsPSemanticTokens struct + Full interface{} + Range bool + type PResolveSupportPCodeAction struct + Properties []string + type PResolveSupportPInlayHint struct + Properties []string + type PResolveSupportPSymbol struct + Properties []string + type PServerInfoMsg_initialize struct + Name string + Version string + type PSignatureInformationPSignatureHelp struct + ActiveParameterSupport bool + DocumentationFormat []MarkupKind + ParameterInformation FParameterInformationPSignatureInformation + type PStaleRequestSupportPGeneral struct + Cancel bool + RetryOnContentModified []string + type PSymbolKindPDocumentSymbol struct + ValueSet []SymbolKind + type PSymbolKindPSymbol struct + ValueSet []SymbolKind + type PTagSupportPDocumentSymbol struct + ValueSet []SymbolTag + type PTagSupportPPublishDiagnostics struct + ValueSet []DiagnosticTag + type PTagSupportPSymbol struct + ValueSet []SymbolTag + type ParamConfiguration struct + Items []ConfigurationItem + type ParamInitialize struct + type ParameterInformation struct + Documentation string + Label string + type PartialResultParams struct + PartialResultToken ProgressToken + type Pattern = string + type Position struct + Character uint32 + Line uint32 + type PositionEncodingKind string + type PrepareRename2Gn = Msg_PrepareRename2Gn + type PrepareRenameParams struct + type PrepareRenameResult = Msg_PrepareRename2Gn + type PrepareSupportDefaultBehavior interface + type PreviousResultID struct + URI DocumentURI + Value string + type PreviousResultId struct + URI DocumentURI + Value string + type ProgressParams struct + Token ProgressToken + Value interface{} + type ProgressToken = interface + type PublishDiagnosticsClientCapabilities struct + CodeDescriptionSupport bool + DataSupport bool + RelatedInformation bool + TagSupport *PTagSupportPPublishDiagnostics + VersionSupport bool + type PublishDiagnosticsParams struct + Diagnostics []Diagnostic + URI DocumentURI + Version int32 + type Range struct + End Position + Start Position + type ReferenceClientCapabilities struct + DynamicRegistration bool + type ReferenceContext struct + IncludeDeclaration bool + type ReferenceOptions struct + type ReferenceParams struct + Context ReferenceContext + type ReferenceRegistrationOptions struct + type Registration struct + ID string + Method string + RegisterOptions interface{} + type RegistrationParams struct + Registrations []Registration + type RegularExpressionsClientCapabilities struct + Engine string + Version string + type RelatedFullDocumentDiagnosticReport struct + RelatedDocuments map[DocumentURI]interface{} + type RelatedUnchangedDocumentDiagnosticReport struct + RelatedDocuments map[DocumentURI]interface{} + type RelativePattern struct + BaseURI Or_RelativePattern_baseUri + Pattern Pattern + type RenameClientCapabilities struct + DynamicRegistration bool + HonorsChangeAnnotations bool + PrepareSupport bool + PrepareSupportDefaultBehavior interface{} + type RenameFile struct + Kind string + NewURI DocumentURI + OldURI DocumentURI + Options *RenameFileOptions + type RenameFileOptions struct + IgnoreIfExists bool + Overwrite bool + type RenameFilesParams struct + Files []FileRename + type RenameOptions struct + PrepareProvider bool + type RenameParams struct + NewName string + Position Position + TextDocument TextDocumentIdentifier + type RenameRegistrationOptions struct + type ResourceOperation struct + AnnotationID ChangeAnnotationIdentifier + Kind string + type ResourceOperationKind string + type SaveOptions struct + IncludeText bool + type SelectionRange struct + Parent *SelectionRange + Range Range + type SelectionRangeClientCapabilities struct + DynamicRegistration bool + type SelectionRangeOptions struct + type SelectionRangeParams struct + Positions []Position + TextDocument TextDocumentIdentifier + type SelectionRangeRegistrationOptions struct + type SemanticTokenModifiers string + type SemanticTokenTypes string + type SemanticTokens struct + Data []uint32 + ResultID string + type SemanticTokensClientCapabilities struct + AugmentsSyntaxTokens bool + DynamicRegistration bool + Formats []string + MultilineTokenSupport bool + OverlappingTokenSupport bool + Requests PRequestsPSemanticTokens + ServerCancelSupport bool + TokenModifiers []string + TokenTypes []string + type SemanticTokensDelta struct + Edits []SemanticTokensEdit + ResultID string + type SemanticTokensDeltaParams struct + PreviousResultID string + TextDocument TextDocumentIdentifier + type SemanticTokensDeltaPartialResult struct + Edits []SemanticTokensEdit + type SemanticTokensEdit struct + Data []uint32 + DeleteCount uint32 + Start uint32 + type SemanticTokensLegend struct + TokenModifiers []string + TokenTypes []string + type SemanticTokensOptions struct + Full bool + Legend SemanticTokensLegend + Range interface{} + type SemanticTokensParams struct + TextDocument TextDocumentIdentifier + type SemanticTokensPartialResult struct + Data []uint32 + type SemanticTokensRangeParams struct + Range Range + TextDocument TextDocumentIdentifier + type SemanticTokensRegistrationOptions struct + type SemanticTokensWorkspaceClientCapabilities struct + RefreshSupport bool + type ServerCapabilities struct + CallHierarchyProvider interface{} + CodeActionProvider interface{} + CodeLensProvider *CodeLensOptions + ColorProvider interface{} + CompletionProvider CompletionOptions + DeclarationProvider bool + DefinitionProvider bool + DiagnosticProvider interface{} + DocumentFormattingProvider bool + DocumentHighlightProvider bool + DocumentLinkProvider DocumentLinkOptions + DocumentOnTypeFormattingProvider *DocumentOnTypeFormattingOptions + DocumentRangeFormattingProvider bool + DocumentSymbolProvider bool + ExecuteCommandProvider ExecuteCommandOptions + Experimental interface{} + FoldingRangeProvider interface{} + HoverProvider bool + ImplementationProvider interface{} + InlayHintProvider interface{} + InlineValueProvider interface{} + LinkedEditingRangeProvider interface{} + MonikerProvider interface{} + NotebookDocumentSync interface{} + PositionEncoding PositionEncodingKind + ReferencesProvider bool + RenameProvider interface{} + SelectionRangeProvider interface{} + SemanticTokensProvider interface{} + SignatureHelpProvider SignatureHelpOptions + TextDocumentSync interface{} + TypeDefinitionProvider interface{} + TypeHierarchyProvider interface{} + Workspace Workspace6Gn + WorkspaceSymbolProvider bool + type SetTraceParams struct + Value TraceValues + type ShowDocumentClientCapabilities struct + Support bool + type ShowDocumentParams struct + External bool + Selection *Range + TakeFocus bool + URI URI + type ShowDocumentResult struct + Success bool + type ShowMessageParams struct + Message string + Type MessageType + type ShowMessageRequestClientCapabilities struct + MessageActionItem *PMessageActionItemPShowMessage + type ShowMessageRequestParams struct + Actions []MessageActionItem + Message string + Type MessageType + type SignatureHelp struct + ActiveParameter uint32 + ActiveSignature uint32 + Signatures []SignatureInformation + type SignatureHelpClientCapabilities struct + ContextSupport bool + DynamicRegistration bool + SignatureInformation *PSignatureInformationPSignatureHelp + type SignatureHelpContext struct + ActiveSignatureHelp *SignatureHelp + IsRetrigger bool + TriggerCharacter string + TriggerKind SignatureHelpTriggerKind + type SignatureHelpOptions struct + RetriggerCharacters []string + TriggerCharacters []string + type SignatureHelpParams struct + Context *SignatureHelpContext + type SignatureHelpRegistrationOptions struct + type SignatureHelpTriggerKind uint32 + type SignatureInformation struct + ActiveParameter uint32 + Documentation string + Label string + Parameters []ParameterInformation + type StaticRegistrationOptions struct + ID string + type SymbolInformation struct + ContainerName string + Deprecated bool + Kind SymbolKind + Location Location + Name string + Tags []SymbolTag + type SymbolKind uint32 + type SymbolTag uint32 + type TextDocumentChangeRegistrationOptions struct + SyncKind TextDocumentSyncKind + type TextDocumentClientCapabilities struct + CallHierarchy *CallHierarchyClientCapabilities + CodeAction CodeActionClientCapabilities + CodeLens *CodeLensClientCapabilities + ColorProvider *DocumentColorClientCapabilities + Completion CompletionClientCapabilities + Declaration *DeclarationClientCapabilities + Definition *DefinitionClientCapabilities + Diagnostic *DiagnosticClientCapabilities + DocumentHighlight *DocumentHighlightClientCapabilities + DocumentLink *DocumentLinkClientCapabilities + DocumentSymbol DocumentSymbolClientCapabilities + FoldingRange FoldingRangeClientCapabilities + Formatting *DocumentFormattingClientCapabilities + Hover HoverClientCapabilities + Implementation *ImplementationClientCapabilities + InlayHint *InlayHintClientCapabilities + InlineValue *InlineValueClientCapabilities + LinkedEditingRange *LinkedEditingRangeClientCapabilities + Moniker *MonikerClientCapabilities + OnTypeFormatting *DocumentOnTypeFormattingClientCapabilities + PublishDiagnostics PublishDiagnosticsClientCapabilities + RangeFormatting *DocumentRangeFormattingClientCapabilities + References *ReferenceClientCapabilities + Rename RenameClientCapabilities + SelectionRange *SelectionRangeClientCapabilities + SemanticTokens SemanticTokensClientCapabilities + SignatureHelp *SignatureHelpClientCapabilities + Synchronization *TextDocumentSyncClientCapabilities + TypeDefinition *TypeDefinitionClientCapabilities + TypeHierarchy *TypeHierarchyClientCapabilities + type TextDocumentContentChangeEvent = Msg_TextDocumentContentChangeEvent + type TextDocumentEdit struct + Edits []TextEdit + TextDocument OptionalVersionedTextDocumentIdentifier + type TextDocumentFilter = Msg_TextDocumentFilter + type TextDocumentIdentifier struct + URI DocumentURI + type TextDocumentItem struct + LanguageID string + Text string + URI DocumentURI + Version int32 + type TextDocumentPositionParams struct + Position Position + TextDocument TextDocumentIdentifier + type TextDocumentRegistrationOptions struct + DocumentSelector DocumentSelector + type TextDocumentSaveReason uint32 + type TextDocumentSaveRegistrationOptions struct + type TextDocumentSyncClientCapabilities struct + DidSave bool + DynamicRegistration bool + WillSave bool + WillSaveWaitUntil bool + type TextDocumentSyncKind uint32 + type TextDocumentSyncOptions struct + Change TextDocumentSyncKind + OpenClose bool + Save SaveOptions + WillSave bool + WillSaveWaitUntil bool + type TextEdit struct + NewText string + Range Range + type TokenFormat string + type TraceValues string + type TypeDefinitionClientCapabilities struct + DynamicRegistration bool + LinkSupport bool + type TypeDefinitionOptions struct + type TypeDefinitionParams struct + type TypeDefinitionRegistrationOptions struct + type TypeHierarchyClientCapabilities struct + DynamicRegistration bool + type TypeHierarchyItem struct + Data interface{} + Detail string + Kind SymbolKind + Name string + Range Range + SelectionRange Range + Tags []SymbolTag + URI DocumentURI + type TypeHierarchyOptions struct + type TypeHierarchyPrepareParams struct + type TypeHierarchyRegistrationOptions struct + type TypeHierarchySubtypesParams struct + Item TypeHierarchyItem + type TypeHierarchySupertypesParams struct + Item TypeHierarchyItem + type UIntCommaUInt struct + Fld0 uint32 + Fld1 uint32 + type URI = string + type UnchangedDocumentDiagnosticReport struct + Kind string + ResultID string + type UniquenessLevel string + type Unregistration struct + ID string + Method string + type UnregistrationParams struct + Unregisterations []Unregistration + type VersionedNotebookDocumentIdentifier struct + URI URI + Version int32 + type VersionedTextDocumentIdentifier struct + Version int32 + type WatchKind = uint32 + type WillSaveTextDocumentParams struct + Reason TextDocumentSaveReason + TextDocument TextDocumentIdentifier + type WindowClientCapabilities struct + ShowDocument *ShowDocumentClientCapabilities + ShowMessage *ShowMessageRequestClientCapabilities + WorkDoneProgress bool + type WorkDoneProgressBegin struct + Cancellable bool + Kind string + Message string + Percentage uint32 + Title string + type WorkDoneProgressCancelParams struct + Token ProgressToken + type WorkDoneProgressCreateParams struct + Token ProgressToken + type WorkDoneProgressEnd struct + Kind string + Message string + type WorkDoneProgressOptions struct + WorkDoneProgress bool + type WorkDoneProgressOptionsAndTextDocumentRegistrationOptions struct + type WorkDoneProgressParams struct + WorkDoneToken ProgressToken + type WorkDoneProgressReport struct + Cancellable bool + Kind string + Message string + Percentage uint32 + type Workspace6Gn struct + FileOperations FileOperationOptions + WorkspaceFolders WorkspaceFolders5Gn + type WorkspaceClientCapabilities struct + ApplyEdit bool + CodeLens *CodeLensWorkspaceClientCapabilities + Configuration bool + Diagnostics *DiagnosticWorkspaceClientCapabilities + DidChangeConfiguration DidChangeConfigurationClientCapabilities + DidChangeWatchedFiles DidChangeWatchedFilesClientCapabilities + ExecuteCommand *ExecuteCommandClientCapabilities + FileOperations *FileOperationClientCapabilities + InlayHint *InlayHintWorkspaceClientCapabilities + InlineValue *InlineValueWorkspaceClientCapabilities + SemanticTokens *SemanticTokensWorkspaceClientCapabilities + Symbol *WorkspaceSymbolClientCapabilities + WorkspaceEdit *WorkspaceEditClientCapabilities + WorkspaceFolders bool + type WorkspaceDiagnosticParams struct + Identifier string + PreviousResultIds []PreviousResultID + type WorkspaceDiagnosticReport struct + Items []WorkspaceDocumentDiagnosticReport + type WorkspaceDiagnosticReportPartialResult struct + Items []WorkspaceDocumentDiagnosticReport + type WorkspaceDocumentDiagnosticReport = Or_WorkspaceDocumentDiagnosticReport + type WorkspaceEdit struct + ChangeAnnotations map[ChangeAnnotationIdentifier]ChangeAnnotation + Changes map[DocumentURI][]TextEdit + DocumentChanges []DocumentChanges + type WorkspaceEditClientCapabilities struct + ChangeAnnotationSupport *PChangeAnnotationSupportPWorkspaceEdit + DocumentChanges bool + FailureHandling FailureHandlingKind + NormalizesLineEndings bool + ResourceOperations []ResourceOperationKind + type WorkspaceFolder struct + Name string + URI URI + type WorkspaceFolders5Gn struct + ChangeNotifications string + Supported bool + type WorkspaceFoldersChangeEvent struct + Added []WorkspaceFolder + Removed []WorkspaceFolder + type WorkspaceFoldersInitializeParams struct + WorkspaceFolders []WorkspaceFolder + type WorkspaceFoldersServerCapabilities struct + ChangeNotifications string + Supported bool + type WorkspaceFullDocumentDiagnosticReport struct + URI DocumentURI + Version int32 + type WorkspaceSymbol struct + Data interface{} + Location OrPLocation_workspace_symbol + type WorkspaceSymbolClientCapabilities struct + DynamicRegistration bool + ResolveSupport *PResolveSupportPSymbol + SymbolKind *PSymbolKindPSymbol + TagSupport *PTagSupportPSymbol + type WorkspaceSymbolOptions struct + ResolveProvider bool + type WorkspaceSymbolParams struct + Query string + type WorkspaceSymbolRegistrationOptions struct + type WorkspaceUnchangedDocumentDiagnosticReport struct + URI DocumentURI + Version int32 + type XInitializeParams struct + Capabilities ClientCapabilities + ClientInfo Msg_XInitializeParams_clientInfo + InitializationOptions interface{} + Locale string + ProcessID int32 + RootPath string + RootURI DocumentURI + Trace string v0.2.0-rc12 Jun 22, 2026 v0.2.0-rc11 May 15, 2026 v0.2.0-rc10 Apr 17, 2026