Closed smrucv closed 6 years ago
Hi,
It's a remote system, it may take more than 20 minute to find a file when I type it completely, sometimes it never ends. My folder and subfolder has mare than 100 thousands files.
I tried with other programs and are much more faster finding files, but I like VS Code that's why I ask.
Thanks in advance.
What about text search (Ctrl + Shift + F) performance, how slow is that?
Is also very slow.
Dimas Salazar
"Los jóvenes venezolanos, ¿se dejarán abatir por las dificultades, o tendrán el valor de ser cristianos de verdad y construir una sociedad más justa, más fraterna, más acogedora y pacífica?" Juan Pablo II (1985)
On Fri, May 19, 2017 at 7:10 PM, chrmarti notifications@github.com wrote:
What about text search (Ctrl + Shift + F) performance, how slow is that?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Microsoft/vscode/issues/26868#issuecomment-302822879, or mute the thread https://github.com/notifications/unsubscribe-auth/AIm5JlDRcAJ9EIXmtw4-xYoO46xgDz1zks5r7hNzgaJpZM4NfM4v .
I am also facing this problem I am on the latest version.
To ankitrg, I guess that 10 secs for 30k files is pretty normal.
Is there any way to short-cut the find operations? I often copy full paths to files from git status
, and then try to open them in VSCode, but Ctrl-O doesn't let me paste the path, and Ctrl-P takes ages even though I've pasted in the exact place to find the file… 😢 If VSCode did a quick check at the start to say "Hey, does this thing exactly match a file in our directory? Let's just show that item now while we continue to look for more matches." that would speed up my workflow immensely!
(Also, 10 seconds for 30k files is not normal, it's a sign that you need a better data structure. 😉)
@smrucv Which remote filesystem is this? We have reports of slow performance with sshfs.
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
Seriously? Nothing between Aug 21st and Dec 1st, then you only wait 7 days for a response, and don't ping any of the people who might be able to answer? Poor form, vscodebot.
In my case it was a local filesystem on Windows 10 Pro, no sshfs. I've since switched to Atom, which (after the initial indexing) can find a file almost as fast as I type.
Steps to Reproduce:
1. 2.