Open erikbye opened 6 years ago
+1
I would also really like to be able to set a timeout, I might have time to look into adding it this week if it's interesting?
edit: there is already a PR open for adding this https://github.com/emacs-lsp/lsp-ui/pull/128
I believe that you you may delay lsp-ui-doc popup using eldoc-idle-delay
but someone has to verify that.
@blasut we are encouraging contributions, so if you want to work on that I can assign the issue to you.
@yyoncho I've tried messing around with eldoc-idle-delay
and it does effect the documentation popup!
The question is then if we want to have a separate variable for the lsp-ui...
@blasut another timer running in lsp-ui-doc looks a bit of a overkill for me, but if you want to implement it I am fine with that. But given the amount of work that has to be done here and in lsp-mode it won't be a priority for the maintainers.
@yyoncho I'm fine with being able to change it. I could add info about it to the readme?
I could add info about it to the readme?
Sure.
I added the variable lsp-ui-doc-delay
in https://github.com/emacs-lsp/lsp-ui/commit/3b91ef685ed7be5016d8c1b1bcdff177c4b7e75d
Any info on the request to be able to scroll the child frame? Many docs are cut.
I've created a separate issue for doc scrolling. I think it will help maintainers track this better. @sebastiencs and @yyoncho if that is not the case, please feel free to close the issue.
It would be nice that have a variable for a timer/delay before the popup shows up.
Is it possible to scroll the doc popup? Now there are times when text is clipped, even after adjusting height/width.
Would it also be possible to have the option to open up the help doc in a buffer?