-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat-req] Allow navigating via command palette (keyboard navigation) #157
Comments
Thanks for the suggestion! While I don't currently have the resources to implement this right now, I'll leave this issue open in case anyone is willing to submit a PR for this functionality. |
Actually, I decided to look into this myself and have implemented it 🙂 Closing the issue as it does appear to be a duplicate of #27 and has now been implemented. |
Hi @macjuul Thanks for providing keyboard navigation ❤️ However,
For 2, Assume you have 15 anchors and anchor desc/name is the function name. I am at 1st anchor and the function I want to navigate to is at 13 and I know the anchor's name. With the current implementation, I need 10+ keystrokes to get there. It will be time-saving if we introduce a command pellet to search and navigate to that anchor. Thanks. |
I can look into changing the default keybinds (you can manually change them for now). I was thinking of something along the lines of As for your second point, I'll see if I can find an effective way to implement full command based navigation using the APIs exposed by vscode. |
Awesome ❤️ You are so quick at it 🏃🏻 Thanks :) |
I really love how this extension grew since I started using it ❤️
Once more feature request came to mind recently was navigating via command palette instead of panel.
Why?
Recently, I suggested this extension to one of my friends and he told me that is it possible to navigate between anchors using a command palette because he had lots of anchors in a single PHP file and find it in a long list of anchors wasn't efficient for him.
It will be a great productivity boost to allow searching and navigating through keyboard shortcuts (command palette)
Thanks for this awesome extension.
The text was updated successfully, but these errors were encountered: