python-language-server icon indicating copy to clipboard operation
python-language-server copied to clipboard

Support for custom LSP extensions

Open xiaoxiae opened this issue 3 years ago • 0 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.

xiaoxiae avatar Mar 16 '21 10:03 xiaoxiae