We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1732a commit 8a3ca6fCopy full SHA for 8a3ca6f
lsp-mode.el
@@ -4946,10 +4946,13 @@ RENDER-ALL - nil if only the signature should be rendered."
4946
:background-color (face-attribute 'tooltip :background)
4947
:height 6
4948
:width 60
4949
+ :border-width 10
4950
+ :border-color (face-attribute 'tooltip :background)
4951
:min-width 60)
4952
"Params for signature and `posframe-show'.")
4953
4954
(defun lsp-signature-posframe (str)
4955
+ "Use posframe to show the STR signatureHelp string."
4956
(if str
4957
(apply #'posframe-show
4958
(with-current-buffer (get-buffer-create "*lsp-signature*")
0 commit comments