View source
typedef CallHierarchyClientCapabilities
package languageServerProtocol.protocol
import languageServerProtocol.protocol.CallHierarchy
Available since
3.16.0
.Fields
optionaldynamicRegistration:Null<Bool>
Whether implementation supports dynamic registration. If this is set to true
the client supports the new (TextDocumentRegistrationOptions & StaticRegistrationOptions)
return value for the corresponding server capability as well.