palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 282 forks source link

Add support for selectionRanges #892

Open alok opened 3 years ago

alok commented 3 years ago

basically the same reason as in https://github.com/julia-vscode/LanguageServer.jl/issues/838

alok commented 3 years ago

rust-analyzer has this and it's really nice. would be even better in python for sending code to a REPL and running it.