Skip to content

Show eldoc in minibuffer when point is inside function arguments list (ESS R mode) #3989

Closed Answered by yyoncho
ywwry66 asked this question in Q&A
Discussion options

You must be logged in to vote

There are two methods in lsp protocol:

textDocument/hover - this method is wired to eldoc and M-x lsp-describe-thing-at-point
textDocument/signatureHelp - this is what you see when you press the signatureTriggerChar, you can manually trigger it via C-S-SPC. If you install posframe package it will pop up in a frame.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ywwry66
Comment options

@yyoncho
Comment options

@ywwry66
Comment options

@ywwry66
Comment options

@ywwry66
Comment options

Answer selected by ywwry66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants