basedpyright
basedpyright copied to clipboard
support textDocument/selectionRange
Description
This would be nice to have, as it allows for the "Expand/Shrink Selection" features in VSCode, which Pylance currently supports.
LSP: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_selectionRange
similarly to #308, Expand/Shrink Selection seems to work in vscode without pylance, but it just makes a guess instead of using the language server