class

LSProtocol::TextDocumentContentRegistrationOptions

Inherits JSON::Serializable / Reference / Object

Text document content provider registration options.

@since 3.18.0 @proposed

Constructors

new(pull : JSON::PullParser)
Source
new(schemes : Array(String) | Nil, id : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

The id used to register the request. The id can be used to deregister the request again. See also Registration#id.

Source
schemes

The schemes for which the server provides content.

Source