module LanguageServer
module LanguageServer::Protocol
module LanguageServer::Protocol::Constant
module LanguageServer::Protocol::Constant::CodeActionKind
module LanguageServer::Protocol::Constant::CodeActionTriggerKind
module LanguageServer::Protocol::Constant::CompletionItemKind
module LanguageServer::Protocol::Constant::CompletionItemTag
module LanguageServer::Protocol::Constant::CompletionTriggerKind
module LanguageServer::Protocol::Constant::DiagnosticSeverity
module LanguageServer::Protocol::Constant::DiagnosticTag
module LanguageServer::Protocol::Constant::DocumentDiagnosticReportKind
module LanguageServer::Protocol::Constant::DocumentHighlightKind
module LanguageServer::Protocol::Constant::ErrorCodes
module LanguageServer::Protocol::Constant::FailureHandlingKind
module LanguageServer::Protocol::Constant::FileChangeType
module LanguageServer::Protocol::Constant::FileOperationPatternKind
module LanguageServer::Protocol::Constant::FoldingRangeKind
module LanguageServer::Protocol::Constant::InitializeErrorCodes
module LanguageServer::Protocol::Constant::InlayHintKind
module LanguageServer::Protocol::Constant::InsertTextFormat
module LanguageServer::Protocol::Constant::InsertTextMode
module LanguageServer::Protocol::Constant::MarkupKind
module LanguageServer::Protocol::Constant::MessageType
module LanguageServer::Protocol::Constant::MonikerKind
module LanguageServer::Protocol::Constant::NotebookCellKind
module LanguageServer::Protocol::Constant::PositionEncodingKind
module LanguageServer::Protocol::Constant::PrepareSupportDefaultBehavior
module LanguageServer::Protocol::Constant::ResourceOperationKind
module LanguageServer::Protocol::Constant::SemanticTokenModifiers
module LanguageServer::Protocol::Constant::SemanticTokenTypes
module LanguageServer::Protocol::Constant::SignatureHelpTriggerKind
module LanguageServer::Protocol::Constant::SymbolKind
module LanguageServer::Protocol::Constant::SymbolTag
module LanguageServer::Protocol::Constant::TextDocumentSaveReason
module LanguageServer::Protocol::Constant::TextDocumentSyncKind
module LanguageServer::Protocol::Constant::TokenFormat
module LanguageServer::Protocol::Constant::UniquenessLevel
module LanguageServer::Protocol::Constant::WatchKind
module LanguageServer::Protocol::Interface
module LanguageServer::Protocol::Transport
module LanguageServer::Protocol::Transport::Io
module LanguageServer::Protocol::Transport::Stdio
class LanguageServer::Protocol::Interface::AnnotatedTextEdit
class LanguageServer::Protocol::Interface::ApplyWorkspaceEditParams
class LanguageServer::Protocol::Interface::ApplyWorkspaceEditResult
class LanguageServer::Protocol::Interface::CallHierarchyClientCapabilities
class LanguageServer::Protocol::Interface::CallHierarchyIncomingCall
class LanguageServer::Protocol::Interface::CallHierarchyIncomingCallsParams
class LanguageServer::Protocol::Interface::CallHierarchyItem
class LanguageServer::Protocol::Interface::CallHierarchyOptions
class LanguageServer::Protocol::Interface::CallHierarchyOutgoingCall
class LanguageServer::Protocol::Interface::CallHierarchyOutgoingCallsParams
class LanguageServer::Protocol::Interface::CallHierarchyPrepareParams
class LanguageServer::Protocol::Interface::CallHierarchyRegistrationOptions
class LanguageServer::Protocol::Interface::CancelParams
class LanguageServer::Protocol::Interface::ChangeAnnotation
class LanguageServer::Protocol::Interface::ClientCapabilities
class LanguageServer::Protocol::Interface::CodeAction
class LanguageServer::Protocol::Interface::CodeActionClientCapabilities
class LanguageServer::Protocol::Interface::CodeActionContext
class LanguageServer::Protocol::Interface::CodeActionOptions
class LanguageServer::Protocol::Interface::CodeActionParams
class LanguageServer::Protocol::Interface::CodeActionRegistrationOptions
class LanguageServer::Protocol::Interface::CodeDescription
class LanguageServer::Protocol::Interface::CodeLens
class LanguageServer::Protocol::Interface::CodeLensClientCapabilities
class LanguageServer::Protocol::Interface::CodeLensOptions
class LanguageServer::Protocol::Interface::CodeLensParams
class LanguageServer::Protocol::Interface::CodeLensRegistrationOptions
class LanguageServer::Protocol::Interface::CodeLensWorkspaceClientCapabilities
class LanguageServer::Protocol::Interface::Color
class LanguageServer::Protocol::Interface::ColorInformation
class LanguageServer::Protocol::Interface::ColorPresentation
class LanguageServer::Protocol::Interface::ColorPresentationParams
class LanguageServer::Protocol::Interface::Command
class LanguageServer::Protocol::Interface::CompletionClientCapabilities
class LanguageServer::Protocol::Interface::CompletionContext
class LanguageServer::Protocol::Interface::CompletionItem
class LanguageServer::Protocol::Interface::CompletionItemLabelDetails
class LanguageServer::Protocol::Interface::CompletionList
class LanguageServer::Protocol::Interface::CompletionOptions
class LanguageServer::Protocol::Interface::CompletionParams
class LanguageServer::Protocol::Interface::CompletionRegistrationOptions
class LanguageServer::Protocol::Interface::ConfigurationItem
class LanguageServer::Protocol::Interface::ConfigurationParams
class LanguageServer::Protocol::Interface::CreateFile
class LanguageServer::Protocol::Interface::CreateFileOptions
class LanguageServer::Protocol::Interface::CreateFilesParams
class LanguageServer::Protocol::Interface::DeclarationClientCapabilities
class LanguageServer::Protocol::Interface::DeclarationOptions
class LanguageServer::Protocol::Interface::DeclarationParams
class LanguageServer::Protocol::Interface::DeclarationRegistrationOptions
class LanguageServer::Protocol::Interface::DefinitionClientCapabilities
class LanguageServer::Protocol::Interface::DefinitionOptions
class LanguageServer::Protocol::Interface::DefinitionParams
class LanguageServer::Protocol::Interface::DefinitionRegistrationOptions
class LanguageServer::Protocol::Interface::DeleteFile
class LanguageServer::Protocol::Interface::DeleteFileOptions
class LanguageServer::Protocol::Interface::DeleteFilesParams
class LanguageServer::Protocol::Interface::Diagnostic
class LanguageServer::Protocol::Interface::DiagnosticClientCapabilities
class LanguageServer::Protocol::Interface::DiagnosticOptions
class LanguageServer::Protocol::Interface::DiagnosticRegistrationOptions
class LanguageServer::Protocol::Interface::DiagnosticRelatedInformation
class LanguageServer::Protocol::Interface::DiagnosticServerCancellationData
class LanguageServer::Protocol::Interface::DiagnosticWorkspaceClientCapabilities
class LanguageServer::Protocol::Interface::DidChangeConfigurationClientCapabilities
class LanguageServer::Protocol::Interface::DidChangeConfigurationParams
class LanguageServer::Protocol::Interface::DidChangeNotebookDocumentParams
class LanguageServer::Protocol::Interface::DidChangeTextDocumentParams
class LanguageServer::Protocol::Interface::DidChangeWatchedFilesClientCapabilities
class LanguageServer::Protocol::Interface::DidChangeWatchedFilesParams
class LanguageServer::Protocol::Interface::DidChangeWatchedFilesRegistrationOptions
class LanguageServer::Protocol::Interface::DidChangeWorkspaceFoldersParams
class LanguageServer::Protocol::Interface::DidCloseNotebookDocumentParams
class LanguageServer::Protocol::Interface::DidCloseTextDocumentParams
class LanguageServer::Protocol::Interface::DidOpenNotebookDocumentParams
class LanguageServer::Protocol::Interface::DidOpenTextDocumentParams
class LanguageServer::Protocol::Interface::DidSaveNotebookDocumentParams
class LanguageServer::Protocol::Interface::DidSaveTextDocumentParams
class LanguageServer::Protocol::Interface::DocumentColorClientCapabilities
class LanguageServer::Protocol::Interface::DocumentColorOptions
class LanguageServer::Protocol::Interface::DocumentColorParams
class LanguageServer::Protocol::Interface::DocumentColorRegistrationOptions
class LanguageServer::Protocol::Interface::DocumentDiagnosticParams
class LanguageServer::Protocol::Interface::DocumentDiagnosticReportPartialResult
class LanguageServer::Protocol::Interface::DocumentFilter
class LanguageServer::Protocol::Interface::DocumentFormattingClientCapabilities
class LanguageServer::Protocol::Interface::DocumentFormattingOptions
class LanguageServer::Protocol::Interface::DocumentFormattingParams
class LanguageServer::Protocol::Interface::DocumentFormattingRegistrationOptions
class LanguageServer::Protocol::Interface::DocumentHighlight
class LanguageServer::Protocol::Interface::DocumentHighlightClientCapabilities
class LanguageServer::Protocol::Interface::DocumentHighlightOptions
class LanguageServer::Protocol::Interface::DocumentHighlightParams
class LanguageServer::Protocol::Interface::DocumentHighlightRegistrationOptions
class LanguageServer::Protocol::Interface::DocumentLink
class LanguageServer::Protocol::Interface::DocumentLinkClientCapabilities
class LanguageServer::Protocol::Interface::DocumentLinkOptions
class LanguageServer::Protocol::Interface::DocumentLinkParams
class LanguageServer::Protocol::Interface::DocumentLinkRegistrationOptions
class LanguageServer::Protocol::Interface::DocumentOnTypeFormattingClientCapabilities
class LanguageServer::Protocol::Interface::DocumentOnTypeFormattingOptions
class LanguageServer::Protocol::Interface::DocumentOnTypeFormattingParams
class LanguageServer::Protocol::Interface::DocumentOnTypeFormattingRegistrationOptions
class LanguageServer::Protocol::Interface::DocumentRangeFormattingClientCapabilities
class LanguageServer::Protocol::Interface::DocumentRangeFormattingOptions
class LanguageServer::Protocol::Interface::DocumentRangeFormattingParams
class LanguageServer::Protocol::Interface::DocumentRangeFormattingRegistrationOptions
class LanguageServer::Protocol::Interface::DocumentSymbol
class LanguageServer::Protocol::Interface::DocumentSymbolClientCapabilities
class LanguageServer::Protocol::Interface::DocumentSymbolOptions
class LanguageServer::Protocol::Interface::DocumentSymbolParams
class LanguageServer::Protocol::Interface::DocumentSymbolRegistrationOptions
class LanguageServer::Protocol::Interface::ExecuteCommandClientCapabilities
class LanguageServer::Protocol::Interface::ExecuteCommandOptions
class LanguageServer::Protocol::Interface::ExecuteCommandParams
class LanguageServer::Protocol::Interface::ExecuteCommandRegistrationOptions
class LanguageServer::Protocol::Interface::ExecutionSummary
class LanguageServer::Protocol::Interface::FileCreate
class LanguageServer::Protocol::Interface::FileDelete
class LanguageServer::Protocol::Interface::FileEvent
class LanguageServer::Protocol::Interface::FileOperationFilter
class LanguageServer::Protocol::Interface::FileOperationPattern
class LanguageServer::Protocol::Interface::FileOperationPatternOptions
class LanguageServer::Protocol::Interface::FileOperationRegistrationOptions
class LanguageServer::Protocol::Interface::FileRename
class LanguageServer::Protocol::Interface::FileSystemWatcher
class LanguageServer::Protocol::Interface::FoldingRange
class LanguageServer::Protocol::Interface::FoldingRangeClientCapabilities
class LanguageServer::Protocol::Interface::FoldingRangeOptions
class LanguageServer::Protocol::Interface::FoldingRangeParams
class LanguageServer::Protocol::Interface::FoldingRangeRegistrationOptions
class LanguageServer::Protocol::Interface::FormattingOptions
class LanguageServer::Protocol::Interface::FullDocumentDiagnosticReport
class LanguageServer::Protocol::Interface::Hover
class LanguageServer::Protocol::Interface::HoverClientCapabilities
class LanguageServer::Protocol::Interface::HoverOptions
class LanguageServer::Protocol::Interface::HoverParams
class LanguageServer::Protocol::Interface::HoverRegistrationOptions
class LanguageServer::Protocol::Interface::HoverResult
class LanguageServer::Protocol::Interface::ImplementationClientCapabilities
class LanguageServer::Protocol::Interface::ImplementationOptions
class LanguageServer::Protocol::Interface::ImplementationParams
class LanguageServer::Protocol::Interface::ImplementationRegistrationOptions
class LanguageServer::Protocol::Interface::InitializeError
class LanguageServer::Protocol::Interface::InitializeParams
class LanguageServer::Protocol::Interface::InitializeResult
class LanguageServer::Protocol::Interface::InitializedParams
class LanguageServer::Protocol::Interface::InlayHint
class LanguageServer::Protocol::Interface::InlayHintClientCapabilities
class LanguageServer::Protocol::Interface::InlayHintLabelPart
class LanguageServer::Protocol::Interface::InlayHintOptions
class LanguageServer::Protocol::Interface::InlayHintParams
class LanguageServer::Protocol::Interface::InlayHintRegistrationOptions
class LanguageServer::Protocol::Interface::InlayHintWorkspaceClientCapabilities
class LanguageServer::Protocol::Interface::InlineValueClientCapabilities
class LanguageServer::Protocol::Interface::InlineValueContext
class LanguageServer::Protocol::Interface::InlineValueEvaluatableExpression
class LanguageServer::Protocol::Interface::InlineValueOptions
class LanguageServer::Protocol::Interface::InlineValueParams
class LanguageServer::Protocol::Interface::InlineValueRegistrationOptions
class LanguageServer::Protocol::Interface::InlineValueText
class LanguageServer::Protocol::Interface::InlineValueVariableLookup
class LanguageServer::Protocol::Interface::InlineValueWorkspaceClientCapabilities
class LanguageServer::Protocol::Interface::InsertReplaceEdit
class LanguageServer::Protocol::Interface::LinkedEditingRangeClientCapabilities
class LanguageServer::Protocol::Interface::LinkedEditingRangeOptions
class LanguageServer::Protocol::Interface::LinkedEditingRangeParams
class LanguageServer::Protocol::Interface::LinkedEditingRangeRegistrationOptions
class LanguageServer::Protocol::Interface::LinkedEditingRanges
class LanguageServer::Protocol::Interface::Location
class LanguageServer::Protocol::Interface::LocationLink
class LanguageServer::Protocol::Interface::LogMessageParams
class LanguageServer::Protocol::Interface::LogTraceParams
class LanguageServer::Protocol::Interface::MarkupContent
class LanguageServer::Protocol::Interface::Message
class LanguageServer::Protocol::Interface::MessageActionItem
class LanguageServer::Protocol::Interface::Moniker
class LanguageServer::Protocol::Interface::MonikerClientCapabilities
class LanguageServer::Protocol::Interface::MonikerOptions
class LanguageServer::Protocol::Interface::MonikerParams
class LanguageServer::Protocol::Interface::MonikerRegistrationOptions
class LanguageServer::Protocol::Interface::NotebookCell
class LanguageServer::Protocol::Interface::NotebookCellArrayChange
class LanguageServer::Protocol::Interface::NotebookCellTextDocumentFilter
class LanguageServer::Protocol::Interface::NotebookDocument
class LanguageServer::Protocol::Interface::NotebookDocumentChangeEvent
class LanguageServer::Protocol::Interface::NotebookDocumentClientCapabilities
class LanguageServer::Protocol::Interface::NotebookDocumentFilter
class LanguageServer::Protocol::Interface::NotebookDocumentIdentifier
class LanguageServer::Protocol::Interface::NotebookDocumentSyncClientCapabilities
class LanguageServer::Protocol::Interface::NotebookDocumentSyncOptions
class LanguageServer::Protocol::Interface::NotebookDocumentSyncRegistrationOptions
class LanguageServer::Protocol::Interface::NotificationMessage
class LanguageServer::Protocol::Interface::OptionalVersionedTextDocumentIdentifier
class LanguageServer::Protocol::Interface::ParameterInformation
class LanguageServer::Protocol::Interface::PartialResultParams
class LanguageServer::Protocol::Interface::Position
class LanguageServer::Protocol::Interface::PrepareRenameParams
class LanguageServer::Protocol::Interface::PreviousResultId
class LanguageServer::Protocol::Interface::ProgressParams
class LanguageServer::Protocol::Interface::PublishDiagnosticsClientCapabilities
class LanguageServer::Protocol::Interface::PublishDiagnosticsParams
class LanguageServer::Protocol::Interface::Range
class LanguageServer::Protocol::Interface::ReferenceClientCapabilities
class LanguageServer::Protocol::Interface::ReferenceContext
class LanguageServer::Protocol::Interface::ReferenceOptions
class LanguageServer::Protocol::Interface::ReferenceParams
class LanguageServer::Protocol::Interface::ReferenceRegistrationOptions
class LanguageServer::Protocol::Interface::Registration
class LanguageServer::Protocol::Interface::RegistrationParams
class LanguageServer::Protocol::Interface::RegularExpressionsClientCapabilities
class LanguageServer::Protocol::Interface::RelatedFullDocumentDiagnosticReport
class LanguageServer::Protocol::Interface::RelatedUnchangedDocumentDiagnosticReport
class LanguageServer::Protocol::Interface::RelativePattern
class LanguageServer::Protocol::Interface::RenameClientCapabilities
class LanguageServer::Protocol::Interface::RenameFile
class LanguageServer::Protocol::Interface::RenameFileOptions
class LanguageServer::Protocol::Interface::RenameFilesParams
class LanguageServer::Protocol::Interface::RenameOptions
class LanguageServer::Protocol::Interface::RenameParams
class LanguageServer::Protocol::Interface::RenameRegistrationOptions
class LanguageServer::Protocol::Interface::RequestMessage
class LanguageServer::Protocol::Interface::ResponseError
class LanguageServer::Protocol::Interface::ResponseMessage
class LanguageServer::Protocol::Interface::SaveOptions
class LanguageServer::Protocol::Interface::SelectionRange
class LanguageServer::Protocol::Interface::SelectionRangeClientCapabilities
class LanguageServer::Protocol::Interface::SelectionRangeOptions
class LanguageServer::Protocol::Interface::SelectionRangeParams
class LanguageServer::Protocol::Interface::SelectionRangeRegistrationOptions
class LanguageServer::Protocol::Interface::SemanticTokens
class LanguageServer::Protocol::Interface::SemanticTokensClientCapabilities
class LanguageServer::Protocol::Interface::SemanticTokensDelta
class LanguageServer::Protocol::Interface::SemanticTokensDeltaParams
class LanguageServer::Protocol::Interface::SemanticTokensDeltaPartialResult
class LanguageServer::Protocol::Interface::SemanticTokensEdit
class LanguageServer::Protocol::Interface::SemanticTokensLegend
class LanguageServer::Protocol::Interface::SemanticTokensOptions
class LanguageServer::Protocol::Interface::SemanticTokensParams
class LanguageServer::Protocol::Interface::SemanticTokensPartialResult
class LanguageServer::Protocol::Interface::SemanticTokensRangeParams
class LanguageServer::Protocol::Interface::SemanticTokensRegistrationOptions
class LanguageServer::Protocol::Interface::SemanticTokensWorkspaceClientCapabilities
class LanguageServer::Protocol::Interface::ServerCapabilities
class LanguageServer::Protocol::Interface::SetTraceParams
class LanguageServer::Protocol::Interface::ShowDocumentClientCapabilities
class LanguageServer::Protocol::Interface::ShowDocumentParams
class LanguageServer::Protocol::Interface::ShowDocumentResult
class LanguageServer::Protocol::Interface::ShowMessageParams
class LanguageServer::Protocol::Interface::ShowMessageRequestClientCapabilities
class LanguageServer::Protocol::Interface::ShowMessageRequestParams
class LanguageServer::Protocol::Interface::SignatureHelp
class LanguageServer::Protocol::Interface::SignatureHelpClientCapabilities
class LanguageServer::Protocol::Interface::SignatureHelpContext
class LanguageServer::Protocol::Interface::SignatureHelpOptions
class LanguageServer::Protocol::Interface::SignatureHelpParams
class LanguageServer::Protocol::Interface::SignatureHelpRegistrationOptions
class LanguageServer::Protocol::Interface::SignatureInformation
class LanguageServer::Protocol::Interface::StaticRegistrationOptions
class LanguageServer::Protocol::Interface::SymbolInformation
class LanguageServer::Protocol::Interface::TextDocumentChangeRegistrationOptions
class LanguageServer::Protocol::Interface::TextDocumentClientCapabilities
class LanguageServer::Protocol::Interface::TextDocumentContentChangeEvent
class LanguageServer::Protocol::Interface::TextDocumentEdit
class LanguageServer::Protocol::Interface::TextDocumentIdentifier
class LanguageServer::Protocol::Interface::TextDocumentItem
class LanguageServer::Protocol::Interface::TextDocumentPositionParams
class LanguageServer::Protocol::Interface::TextDocumentRegistrationOptions
class LanguageServer::Protocol::Interface::TextDocumentSaveRegistrationOptions
class LanguageServer::Protocol::Interface::TextDocumentSyncClientCapabilities
class LanguageServer::Protocol::Interface::TextDocumentSyncOptions
class LanguageServer::Protocol::Interface::TextEdit
class LanguageServer::Protocol::Interface::TypeDefinitionClientCapabilities
class LanguageServer::Protocol::Interface::TypeDefinitionOptions
class LanguageServer::Protocol::Interface::TypeDefinitionParams
class LanguageServer::Protocol::Interface::TypeDefinitionRegistrationOptions
class LanguageServer::Protocol::Interface::TypeHierarchyItem
class LanguageServer::Protocol::Interface::TypeHierarchyOptions
class LanguageServer::Protocol::Interface::TypeHierarchyPrepareParams
class LanguageServer::Protocol::Interface::TypeHierarchyRegistrationOptions
class LanguageServer::Protocol::Interface::TypeHierarchySubtypesParams
class LanguageServer::Protocol::Interface::TypeHierarchySupertypesParams
class LanguageServer::Protocol::Interface::UnchangedDocumentDiagnosticReport
class LanguageServer::Protocol::Interface::Unregistration
class LanguageServer::Protocol::Interface::UnregistrationParams
class LanguageServer::Protocol::Interface::VersionedNotebookDocumentIdentifier
class LanguageServer::Protocol::Interface::VersionedTextDocumentIdentifier
class LanguageServer::Protocol::Interface::WillSaveTextDocumentParams
class LanguageServer::Protocol::Interface::WorkDoneProgressBegin
class LanguageServer::Protocol::Interface::WorkDoneProgressCancelParams
class LanguageServer::Protocol::Interface::WorkDoneProgressCreateParams
class LanguageServer::Protocol::Interface::WorkDoneProgressEnd
class LanguageServer::Protocol::Interface::WorkDoneProgressOptions
class LanguageServer::Protocol::Interface::WorkDoneProgressParams
class LanguageServer::Protocol::Interface::WorkDoneProgressReport
class LanguageServer::Protocol::Interface::WorkspaceDiagnosticParams
class LanguageServer::Protocol::Interface::WorkspaceDiagnosticReport
class LanguageServer::Protocol::Interface::WorkspaceDiagnosticReportPartialResult
class LanguageServer::Protocol::Interface::WorkspaceEdit
class LanguageServer::Protocol::Interface::WorkspaceEditClientCapabilities
class LanguageServer::Protocol::Interface::WorkspaceFolder
class LanguageServer::Protocol::Interface::WorkspaceFoldersChangeEvent
class LanguageServer::Protocol::Interface::WorkspaceFoldersServerCapabilities
class LanguageServer::Protocol::Interface::WorkspaceFullDocumentDiagnosticReport
class LanguageServer::Protocol::Interface::WorkspaceSymbol
class LanguageServer::Protocol::Interface::WorkspaceSymbolClientCapabilities
class LanguageServer::Protocol::Interface::WorkspaceSymbolOptions
class LanguageServer::Protocol::Interface::WorkspaceSymbolParams
class LanguageServer::Protocol::Interface::WorkspaceSymbolRegistrationOptions
class LanguageServer::Protocol::Interface::WorkspaceUnchangedDocumentDiagnosticReport
class LanguageServer::Protocol::Transport::Io::Reader
class LanguageServer::Protocol::Transport::Io::Writer
class LanguageServer::Protocol::Transport::Stdio::Reader
class LanguageServer::Protocol::Transport::Stdio::Writer
language_server-protocol
3.17.0.5
# verbose
(string)
def verbose attributes.fetch(:verbose) end