Here is an example when trying to write a Python function with the autocomplete showing:
What happens after I hit space:
So the problem is that each time I try to write a code with a ":", for some reason, the aforementioned autocomplete happens right after I hit space. It's frustrating since each time I write a code, this will pop up even with the if conditions or any statement which has ":" in it.
I am on a Mac OS Big Sur, I really love VS Code, but I can't seem to figure out the cause of this problem.

