lsp-ui icon indicating copy to clipboard operation
lsp-ui copied to clipboard

lsp-ui info gets hidden at the edge of the screen

Open SreenivasVRao opened this issue 4 years ago • 4 comments

hi, I'm not sure if this is an actual bug: the lsp ui info doesn't wrap around at the edge of the screen.

I tried disabling visual-line-mode but that didn't fix it.

lsp

SreenivasVRao avatar Nov 19 '19 06:11 SreenivasVRao

Thanks for the report. lsp-ui-sideline basically works on the diagnostic messages line by line and tries to put them as overlays in available space. The current algorithm may fail specially if any line is very long.

Could you paste the full diagnostic message from your error checker? If you use flycheck, you can see that with (flycheck-list-errors) (usually bound to C-c ! l).

danielmartin avatar Nov 22 '19 19:11 danielmartin

Hi,

I was wondering if there is any update on this issue. Below I've posted a screenshot with the fly check list errors output.

Screenshot 2021-04-27 at 08 59 12

ghost avatar Apr 27 '21 07:04 ghost

I see same problem.

dsh2dsh avatar Feb 03 '22 21:02 dsh2dsh

I see this also and if there is a window to the right, the diagnostic can't be seen at all.

ddoherty03 avatar Feb 14 '22 10:02 ddoherty03