struct LSP::NotebookDocumentSyncRegistrationOptions

Included Modules

Defined in:

lsp/capabilities/notebook_document_sync_client_capabilities.cr

Constructors

Instance methods inherited from module LSP::StaticRegistrationOptions

id : String | Nil id, id=(id : String | Nil) id=

Instance methods inherited from module LSP::NotebookDocumentSyncOptions

notebookSelector : Array(NotebookSelector) notebookSelector, notebookSelector=(notebookSelector : Array(NotebookSelector)) notebookSelector=, save : Bool | Nil save, save=(save : Bool | Nil) save=

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]