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

Redirect all lsp-ui information to a custom buffer #326

Open haridnr opened 4 years ago

haridnr commented 4 years ago

Is it possible to redirect all lsp-ui information such as sidelines, doc etc to a separate custom buffer?

If the symbol information is very large, example for C++ template code I find it useful to paste it into a separate buffer and search within this info etc.

Please let me know if this is possible.

yyoncho commented 4 years ago

ATM the only information that you can redirect in separate buffer is the doc info via lsp-describe-thing-at-point.