Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lsp-ui-doc-position 'at-point not working on terminal Emacs #758

Open
3 tasks done
LionyxML opened this issue Oct 9, 2023 · 1 comment
Open
3 tasks done

lsp-ui-doc-position 'at-point not working on terminal Emacs #758

LionyxML opened this issue Oct 9, 2023 · 1 comment
Labels

Comments

@LionyxML
Copy link

LionyxML commented Oct 9, 2023

Thank you for the bug report

  • I am using the latest version of lsp-mode related packages.
  • I checked FAQ and Troubleshooting sections
  • You may also try reproduce the issue using clean environment using the following command: M-x lsp-start-plain

Bug description

I have this custom options set:

'(lsp-ui-doc-position 'at-point)
'(lsp-ui-doc-show-with-cursor t)

When I run Graphical Emacs, everything works as expected:
image

But when I run Emacs on the terminal with the same options, it never shows "at-point", it dances around up and down.
image

Steps to reproduce

Just setting:

'(lsp-ui-doc-position 'at-point)
'(lsp-ui-doc-show-with-cursor t)

It is not dependent of any language, it happens to all languages.

Expected behavior

It is not dependent of any language, it happens to all languages.

Which Language Server did you use?

I used ts-ls and eslint, but the problem does not depend on any specific language server.

OS

Linux

Error callstack

No error callstack.

Anything else?

I originally posted on Discord: https://discord.com/channels/789885435026604033/789890622424219658/1157881730246656071

Since no one could help, I am opening it as a bug.

@LionyxML LionyxML added the bug label Oct 9, 2023
@yyoncho yyoncho transferred this issue from emacs-lsp/lsp-mode Oct 9, 2023
@LionyxML
Copy link
Author

Thanks for moving it @yyoncho, It really is a lsp-ui issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant