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 140 forks source link

Show code actions in a child frame, just like documentation #629

Closed bobbbay closed 3 years ago

bobbbay commented 3 years ago

Hey y'all,

I've been scouring the internet for hours now, trying to figure out how I can do this:

image

But for errors, which currently show as:

image

That disrupts the code. I would really love if I was able to have errors in their cute little miniframe, but can't find the documentation for it :(.

bobbbay commented 3 years ago

(update: I realized that showing errors in a child frame can be done with Flycheck, not lsp-ui :P. Would still love to have the code actions in a child frame, though.)