-
As an Emacs user, I have found the keybindings in Helix to be quite convenient after using it for several days. However, I am wondering if there is a similar feature to HELM Semantic/Imenu in Helix. Specifically, I am looking for a feature that would display a list of all the classes, functions, and variables in a file and allow me to search them using fuzzy search. |
Beta Was this translation helpful? Give feedback.
Answered by
gabydd
Jun 4, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ryanwcyin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<space>s
uses the lsp to get symbols in the current buffer, as well you can do<space>S
to have a symbol picker in the current workspace