palantir / python-language-server

An implementation of the Language Server Protocol for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for custom LSP extensions

xiaoxiae opened this issue · comments

It would be nice if there was a convenent way to register custom capabilities that aren't in the LSP standard, but are necessary for some more complex plugins. An example could be textDocument/documentType (a "Document Types" request) returning a list of symbol : type for the given file, which could be used for type annotation.