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 7599139 commit d1b1713Copy full SHA for d1b1713
lsp-ui-doc.el
@@ -275,7 +275,8 @@ We don't extract the string that `lps-line' is already displaying."
275
(defun lsp-ui-doc--make-request ()
276
"Request the documentation to the LS."
277
(when (and (bound-and-true-p lsp--cur-workspace)
278
- (not (bound-and-true-p lsp-ui-peek-mode)))
+ (not (bound-and-true-p lsp-ui-peek-mode))
279
+ (lsp--capability "hoverProvider"))
280
(if (symbol-at-point)
281
(let ((bounds (bounds-of-thing-at-point 'symbol)))
282
(unless (equal lsp-ui-doc--bounds bounds)
0 commit comments