tbodt / deoplete-tabnine

Deoplete source for TabNine
256 stars 17 forks source link

Fix documentation #22

Closed Shougo closed 5 years ago

Shougo commented 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.

For example: rls returns markup text as documentation.

cedricdaf commented 5 years ago

I've reported the Issue to @Shougo The fix works for me, using RLS (rust)