palantir / python-language-server

An implementation of the Language Server Protocol for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for selectionRanges

alok opened this issue · comments

basically the same reason as in julia-vscode/LanguageServer.jl#838

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