Closed Shougo closed 5 years ago
https://microsoft.github.io/language-server-protocol/specification#textDocument_completion
Completion Result documentation may be dict. So I have added the support.
documentation
dict
For example: rls returns markup text as documentation.
rls
I've reported the Issue to @Shougo The fix works for me, using RLS (rust)
https://microsoft.github.io/language-server-protocol/specification#textDocument_completion
Completion Result
documentation
may bedict
. So I have added the support.For example:
rls
returns markup text asdocumentation
.