View source
typedef InlayHintRegistrationOptions
package languageServerProtocol.protocol
import languageServerProtocol.protocol.InlayHints
Inlay hint options used during static or dynamic registration.
Available since
3.17.0
.Fields
optionalresolveProvider:Null<Bool>
The server provides support to resolve additional information for an inlay hint item.
optionalid:Null<String>
The id used to register the request. The id can be used to deregister the request again. See also Registration#id.
documentSelector:Null<DocumentSelector>
A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.