While we have emacs magicians solving obsecure problems... i like to use narrowing to look at single functions, any ideas why it doesn't play nice with lsp? What you see in the picture is that i narrowed the focus to a single expression and so it hide everything else but lsp references all get stacked next to each other lol.
You can just remove them, eval
(remove-overlays (point-min) (point-max))
lsp-mode should recreate them properly in a few secondsThanks ag
lsp-lens-hide also does this!
looks like this is a known issue: https://github.com/emacs-lsp/lsp-mode/issues/1957