module LSP::StaticRegistrationOptions

Overview

Static registration options can be used to register a feature in the initialize result with a given server control ID to be able to un-register the feature later on.

Direct including types

Defined in:

base/static_registration_options.cr

Instance Method Summary

Instance Method Detail

def id : String | Nil #

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


[View source]
def id=(id : String | Nil) #

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


[View source]