View source
typedef MonikerClientCapabilities
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Moniker
Client capabilities specific to the moniker request.
Available since
3.16.0
.Fields
optionaldynamicRegistration:Null<Bool>
Whether moniker supports dynamic registration. If this is set to true
the client supports the new MonikerRegistrationOptions
return value
for the corresponding server capability as well.