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