Commit Graph

8 Commits

Author SHA1 Message Date
smathot a10ed5327b Minor fixes
- Add CompletionItemKind
- Don't require containerName in SumbolInformation
2020-12-22 13:49:04 +01:00
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
yeger 06476f3a28 adding did change method 2019-06-21 04:51:53 -04:00
yeger 622a919e76 adding defintion and declaration support 2019-06-19 13:36:19 -04:00
yeger 9b0b41b89e some fixes 2019-05-12 15:12:13 -04:00
yeger 83b615c060 sending result from methods 2019-01-05 10:41:59 -05:00
yeger a6286c15e1 adding completion support, and remove some debug prints 2018-12-11 15:06:51 -05:00
yeger ac17709700 moved classes to different files and fixed __init__ 2018-11-12 17:13:15 -05:00