emacs-lsp / lsp-ui

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

Add additional info to lsp-ui-doc-enable docs #669

Closed axelson closed 2 years ago

axelson commented 2 years ago

I initially didn't expect lsp-ui-doc-enable to only be read when the buffer was started, I thought it would take effect for buffers that were already running.

Information about this only taking effect on buffer start is taken from https://github.com/emacs-lsp/lsp-ui/issues/625#issuecomment-863548628

jcs090218 commented 2 years ago

Can you make our CI happy?

In toplevel form:
lsp-ui-doc.el:65:1: Error: custom-declare-variable `lsp-ui-doc-enable' docstring wider than 80 characters
make: *** [Makefile:25: unix-compile] Error 1
jcs090218 commented 2 years ago

Let's merge this since the byte-compile will ignore such a warning for now! Thanks!