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

lsp doc overlay imenu when open lsp-ui-imenu

Open iromise opened this issue 6 years ago • 3 comments

when open lsp-ui-imenu, lsp doc will overlay the imenu.

iromise avatar Jan 02 '19 13:01 iromise

Could you perhaps provide a screenshot and some more detail into how one could replicate the issue?

blasut avatar Jan 10 '19 13:01 blasut

step to replicate the issue

  1. open a project using ccls
  2. open a file
  3. open lsp-ui-imenu
  4. move cursor to a variable who has doc

Then you will get a result like the following lsp-ui

iromise avatar Jan 12 '19 04:01 iromise

Sorry to ping the thread, but I think this is a non-issue - it is a simple matter of configuration: (setq lsp-ui-doc-alignment 'window) will limit the doc to the selected window (ie. will not 'invade' other windows).

DivvyCr avatar Jun 19 '22 20:06 DivvyCr