-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Auto complete broken when input quickly in a large codebase #10187
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
Comments
Presumably this is caused by #7542 |
Yeah, this is #7542. Quick profile:
|
Does that have an expectation fix time? |
In the case this improves the experience for anyone else, recently I've had |
I'm not using on an old laptop. I'm using 32 core, 64 GB headless linux server |
Related #7560 |
I have also tried turning off word base suggestions and increasing the time but the behavior still happens consistently for me. Has there been any update on this? I’m about to write a plug-in that just does control space after every keystroke. The inconsistency here is the number one drawback from using IntelliJ. I also know that this is a VS code specific problem because when using Lapce which uses rust analyzer there is no issue. It seems like this problem only plagues the vS code users. |
I'm getting frustrated by this problem and I can easily recreate it by typing the first letter of a function, waiting for the auto-complete box to appear, and then typing the 2nd and 3rd letters in quick succession. The auto-complete box immediately disappears and doesn't come back, even though the function name I'm typing is in the list. |
So as the #6612 (comment) suggested.I reopen an issue
tokio
is a large project, I'm contributing to it. where I println is in https://github.com/tokio-rs/tokio/blob/7e51b44a209dab1de0810d90e3dddff80c2e44a6/tokio/src/runtime/task/core.rs#L203.If I input it quickly, vscode will fallback to using string-based intellisense auto complete.
If slowly, It will works, But it waste of my time.
watch this video: https://i.imgur.com/mcOBvpi.mp4
RA: v0.2.735
vscode:
The text was updated successfully, but these errors were encountered: