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

lsp-ui-doc popup frame is always on the top right of the window #508

Closed CSRaghunandan closed 3 years ago

CSRaghunandan commented 3 years ago

See the screenshot attached for reference. pic-window-2020-09-14_10-21-36

Here is my emacs environment:

Emacs version: GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.23, cairo version 1.17.3)
 of 2020-09-09, built using commit 7bd6dd065b7a63ed800fab1993ecb8052f3924b4.

./configure options:
  --with-modules --with-rsvg --with-dbus --without-pop --with-xft --with-xml2 --with-libotf --with-mailutils --without-toolkit-scroll-bars --without-xaw3d 'CFLAGS=-O3 -mtune=native -march=native -fomit-frame-pointer'

Features:
  XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM DBUS GSETTINGS GLIB NOTIFY INOTIFY ACL GNUTLS LIBXML2 FREETYPE HARFBUZZ LIBOTF ZLIB GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD JSON PDUMPER LCMS2

I have the latest version of lsp and lsp-ui installed.

sebastiencs commented 3 years ago

@CSRaghunandan lsp-ui-doc has now changed the default position.

You can retrieve the old position with:

[M-x] customize-option [ENTER] lsp-ui-doc-position

Note that you can now show the documentation with the mouse pointer, just by moving it over a symbol: peek

CSRaghunandan commented 3 years ago

@CSRaghunandan lsp-ui-doc has now changed the default position.

You can retrieve the old position with:

[M-x] customize-option [ENTER] lsp-ui-doc-position

Note that you can now show the documentation with the mouse pointer, just by moving it over a symbol: peek

I see. Thanks for the quick response. I'll close the issue.