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 d8cce7d commit 3cd7cc6Copy full SHA for 3cd7cc6
lsp-ui-doc.el
@@ -930,7 +930,7 @@ HEIGHT is the documentation number of lines."
930
(when (and lsp-ui-doc-show-with-cursor
931
(not (memq this-command lsp-ui-doc--ignore-commands))
932
(not (bound-and-true-p lsp-ui-peek-mode))
933
- (lsp--capability "hoverProvider"))
+ (lsp-feature? "textDocument/hover"))
934
(-if-let (bounds (or (and (symbol-at-point) (bounds-of-thing-at-point 'symbol))
935
(and (looking-at "[[:graph:]]") (cons (point) (1+ (point))))))
936
(unless (and (equal lsp-ui-doc--bounds bounds) (not lsp-ui-doc--hide-on-next-command))
0 commit comments