View source
typedef ImplementationClientCapabilities
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Implementation
Since 3.6.0
Fields
optionallinkSupport:Null<Bool>
The client supports additional metadata in the form of definition links.
Since 3.14.0
optionaldynamicRegistration:Null<Bool>
Whether implementation supports dynamic registration. If this is set to true
the client supports the new ImplementationRegistrationOptions
return value
for the corresponding server capability as well.