typeDefinition

Capabilities relating to the textDocument/typeDefinition request.

textDocument.typeDefinition.dynamicRegistration
Client Supported Since
Emacs (eglot) -
Neovim -
Visual Studio Code 1.65.2

Whether implementation supports dynamic registration. If this is set to true the client supports the new TypeDefinitionRegistrationOptions return value for the corresponding server capability as well.

textDocument.typeDefinition.linkSupport
Client Supported Since
Emacs (eglot) 29.1
Neovim 0.6.1
Visual Studio Code 1.65.2

The client supports additional metadata in the form of definition links.

Since 3.14.0