emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.04k stars 139 forks source link

lsp-ui-doc-render-function made useful #529

Closed ThChatz closed 3 years ago

ThChatz commented 3 years ago

lsp-ui-doc-render-function was not being called when rendering documentation. This patch aims to fix this by calling it from lsp-ui-doc--callback

ThChatz commented 3 years ago

after a deeper look, i think this needs some more work