You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all!
First of all, thank you for your amazing work.
I noticed that when invoking lsp-ui-imenu, point can be moved using the usual next-line/previous-line. However, this won't work if I need to jump over a wrapped line. For instance, in this project
I can move freely between the first 4 lines (from Context class to HandleComment bool), but C-n won't point me to ~CommentHandler (jumping after where you see the cursor). Neither the arrow keys work, and I can reproduce this with lsp-start-plain.
Is this normal? If so, how can I change this behavior?
Thanks!
(My Emacs is GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.34, cairo version 1.17.6) of 2022-07-31, lsp-mode is LSP :: lsp-mode 20221013.1343, Emacs 29.0.50, gnu/linux)
The text was updated successfully, but these errors were encountered:
Hi all!
First of all, thank you for your amazing work.
I noticed that when invoking
lsp-ui-imenu
, point can be moved using the usualnext-line
/previous-line
. However, this won't work if I need to jump over a wrapped line. For instance, in this projectI can move freely between the first 4 lines (from
Context class
toHandleComment bool
), butC-n
won't point me to~CommentHandler
(jumping after where you see the cursor). Neither the arrow keys work, and I can reproduce this withlsp-start-plain
.Is this normal? If so, how can I change this behavior?
Thanks!
(My Emacs is
GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.34, cairo version 1.17.6) of 2022-07-31
, lsp-mode isLSP :: lsp-mode 20221013.1343, Emacs 29.0.50, gnu/linux
)The text was updated successfully, but these errors were encountered: