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 36db875 commit 7349c49Copy full SHA for 7349c49
lsp-ui-sideline.el
@@ -424,7 +424,7 @@ to the language server."
424
(outside-comment (eq (nth 4 parsing-state) nil)))
425
;; Skip strings and comments
426
(when (and symbol (not in-string) outside-comment)
427
- (push (list symbol tag bounds (lsp--position (1- line-widen) (lsp--cur-column))) symbols))))
+ (push (list symbol tag bounds (lsp--position (1- line-widen) (- (point) bol))) symbols))))
428
(dolist (entry symbols)
429
(-let [(symbol tag bounds position) entry]
430
(lsp--send-request-async
0 commit comments