You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If using SSH remote, specify OS of remote machine: Linux d893f64b1111 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 GNU/Linux
Bug Summary and Steps to Reproduce
Bug Summary:
Intellisense takes multiple seconds to autofill or hint.
Untitled.video.-.Made.with.Clipchamp.10.mp4
Steps to reproduce
Open .c file in VScode.
Attempt to reference a variable
Variable takes multiple seconds to autocomplete/hint
Apologies in advance if this issue is written to be extremely informal; I'm an undergraduate student trying their best to complete their programming assignment. I can't seem to find a fix to this issue anywhere and this is genuinely driving me insane.
I don't think the issue is that there are too many active variables either; making a new .c file and writing something like int aintegervariable = 0; takes multiple seconds for intellisense to recognize and autofill and demonstrates the same issue.
demo.mp4
Additional context:
This issue has persisted for almost the entire time I've used C/C++, so I would likely have the same issue even with the last couple dozen versions of this extension.
My device has 16 GB of RAM, and the CPU utilization is <40% half the time, and my SSD has around 500 GB of unused storage space, so I don't think the issue is in the hardware.
Once again, apologies for wasting your time if the issue isn't well written or through enough to debug.
Environment
Linux d893f64b1111 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 GNU/LinuxBug Summary and Steps to Reproduce
Bug Summary:
Intellisense takes multiple seconds to autofill or hint.
Untitled.video.-.Made.with.Clipchamp.10.mp4
Steps to reproduce
Expected behavior:
Configuration and Logs
{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**" ], "defines": [], "compilerPath": "/usr/bin/gcc", "cStandard": "gnu17", "cppStandard": "gnu++17", "intelliSenseMode": "linux-gcc-x64" } ], "version": 4 }Other Extensions
Additional context
Apologies in advance if this issue is written to be extremely informal; I'm an undergraduate student trying their best to complete their programming assignment. I can't seem to find a fix to this issue anywhere and this is genuinely driving me insane.
I don't think the issue is that there are too many active variables either; making a new .c file and writing something like
int aintegervariable = 0;takes multiple seconds for intellisense to recognize and autofill and demonstrates the same issue.demo.mp4
Additional context:
This issue has persisted for almost the entire time I've used C/C++, so I would likely have the same issue even with the last couple dozen versions of this extension.
My device has 16 GB of RAM, and the CPU utilization is <40% half the time, and my SSD has around 500 GB of unused storage space, so I don't think the issue is in the hardware.
Once again, apologies for wasting your time if the issue isn't well written or through enough to debug.