-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Implement preview on highlighting quickpick in quick search #202306
Conversation
Saw this stack when testing:
|
Fixed! ^ |
src/vs/workbench/contrib/search/browser/quickTextSearch/textSearchQuickAccess.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am giving +1 on a high level and defer to @TylerLeonhardt for a deeper review. I suggest to tackle follow up things such as preview mode and history blocking on demand based on further feedback.
I can probably add options when opening the editor to omit history and force preview, then figure out how to implement them on the editor side. Does that sound like the correct way to go? |
Yeah, given preview is on by default I think we can probably ship this for stable and then gather feedback based on users and then think about the implementation side of things in Feb? |
To be fair, I am not even sure if people might expect history to work or not. If you slowly navigate over quick search results, maybe its expected that history allows you to navigate back? Thats why I am suggesting to wait for real user feedback! |
Talked to Tyler offline and he's ok with me merging for now and he'll review it after |
Fixes #191259
This implements a rough version of the preview on active picker selection.
2024-01-12.10-11-40.mp4
This has:
TODO:
cc: @TylerLeonhardt @bpasero