-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
There is no search history #5508
Comments
@kieferrm heard you are taking over search :-) |
I really liked this feature in Atom and would use it regularly. |
I would love to give this feature a shot. Any chance you'd accept a contribution on this one? |
@Urik We are open to contributions, but sorry to say that I have already started on this and planning to push it today. If you are interested I can point you to other interesting features. Thanks. |
That's so great to hear Sandy, I've been lusting over that feature since I started working with VSCode! |
Implemented following support: Search input in Search view
Customize key board short cuts
|
this work well but i feel its kinda hidden behind the alt+. is there any way to have it just be up/down on the search fields? |
@hipstersmoothie You can customize the key board short cuts overriding the commands and keys mentioned in comment |
Thats great, still, the defaults should be intuitive and natural. Not sure that the use of ALT satisfies that. Is there any downside to not using ALT? These are single line queries (absent the use of \n), anyway, so I would think up and down do not have a meaning in these contexts. |
@gandhis1 Up and Down are already used to navigate between the input boxes (Search, Replace, Files include, Files exclude). Using Alt goes with other key board short cuts for actions - Toggle match case, reg ex, whole word. I am open for the suggestions to change the default one to more better ones. Thanks for the feedback |
@sandy081 navigation between fields is actually expected by |
Thanks for the feedback. Filed the following issue to change it |
Can't easily redo previous search, which is very annoying and decreases productivity.
Steps to Reproduce:
Expected: Show previous search term, like all other editors
Result: Nothing happens
VS Code:
Atom:
The text was updated successfully, but these errors were encountered: