python-language-server
python-language-server copied to clipboard
Support for custom LSP extensions
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.