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

Show sideline content in minibuffer? #177

Open ghost opened 5 years ago

ghost commented 5 years ago

Is there a way (or would it be easy) to show the sideline content in the minibuffer instead? I think the sideline is too messy/cluttered for my tastes especially when looking at files with long lines.

yyoncho commented 5 years ago

You may use the eldoc that is coming from lsp-mode and set lsp-eldoc-render-all to nil which will display only the current symbol.

zwpaper commented 5 years ago

https://github.com/emacs-lsp/lsp-ui/issues/187 this may help