Skip to content
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

Make file picker asynchronous #7560

Closed
IvanVnucec opened this issue Jul 7, 2023 Discussed in #7489 · 1 comment
Closed

Make file picker asynchronous #7560

IvanVnucec opened this issue Jul 7, 2023 Discussed in #7489 · 1 comment

Comments

@IvanVnucec
Copy link

Discussed in #7489

Originally posted by IvanVnucec June 30, 2023
The problem is when File picker is opened on large mono-repos, it takes few seconds (too long) to open it.
One solution would be to open File picker immediately and display empty window with some kind of message that the files are being loaded. When files are loaded, then we would display it.
In this way, user could open File picker and start to type immediately and the results would shown once they are loaded.
The feature is similar how the vscode does searching.

Also, this feature could be implemented also in the Global search which blocks once it has found the results. There is an issue related to this here.

@pascalkuthe
Copy link
Member

I don't think we need yet anoteher issue to track this, closing as duplicate of #5871

@pascalkuthe pascalkuthe closed this as not planned Won't fix, can't repro, duplicate, stale Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants