selectionRange¶
Capabilities relating to the textDocument/selectionRange request.
- textDocument.selectionRange.dynamicRegistration¶
Client Supported Since Emacs (eglot) - Neovim - Visual Studio Code 1.65.2 Whether implementation supports dynamic registration for selection range providers. If this is set to
truethe client supports the newSelectionRangeRegistrationOptionsreturn value for the corresponding server capability as well.