LSProtocol::TextDocumentContentRegistrationOptions
Inherits JSON::Serializable / Reference / Object
Text document content provider registration options.
@since 3.18.0 @proposed
Constructors
new(pull : JSON::PullParser)
Sourcenew(schemes : Array(String) | Nil, id : String | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
id
The id used to register the request. The id can be used to deregister the request again. See also Registration#id.