PyLSPClient/pylspclient
Utkarsh Saxena 4dcaacc587
Capture Score of a CompletionItem.
LSPServer (like clangd) can send Score of a CompletionItem as a result
of textDocument/completion.

Store it to avoid crashing while interacting with such servers.
2020-10-13 14:16:29 +02:00
..
__init__.py moved classes to different files and fixed __init__ 2018-11-12 17:13:15 -05:00
json_rpc_endpoint.py some fixes 2019-05-12 15:12:13 -04:00
lsp_client.py adding did change method 2019-06-21 04:51:53 -04:00
lsp_endpoint.py LspEndpoint: check server exit before parsing message 2020-05-04 08:13:30 +02:00
lsp_structs.py Capture Score of a CompletionItem. 2020-10-13 14:16:29 +02:00