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 2cc8d77 commit a2d2e0aCopy full SHA for a2d2e0a
ellsp-hover.el
@@ -55,6 +55,7 @@
55
(forward-char character)
56
(when-let* ((desc (ellsp--describe-at-point))
57
(line (line-number-at-pos nil t))
58
+ (line (1- line)) ; zero-based
59
(column-beg (save-excursion (forward-symbol -1) (current-column)))
60
(column-end (save-excursion (forward-symbol 1) (current-column))))
61
(lsp--make-response
0 commit comments