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

Documentation overlay doesn't appear automatically for word below cursor #671

Closed pradyparanjpe closed 2 years ago

pradyparanjpe commented 2 years ago

Problem:

Documentation overlay doesn't appear automatically (at least in python-mode). Manual command works:

M-x lsp-ui-doc-glance

Platform (all updated to latest):

Not working since:

Last package update of lsp-ui (which I performed on 2021/12/12)

Reproducibility

Tried on two different machines (same configuration)

workaround:

Roll-back last lsp-ui update

ericdallo commented 2 years ago

This was on purpose, check https://github.com/emacs-lsp/lsp-ui/pull/668 To enable it just set (setq lsp-ui-doc-show-with-cursor t)

pradyparanjpe commented 2 years ago

Ok thanks.