Reputation: 10389
I am using VS Code for Python development. But with any Python file I edit, I always experience the same issue: the IntelliSense tooltip always shows the same 2-3 suggestions on top, regardless of what I am writing. Here are some examples:
I am using the Microsoft Python language server and IntelliCode, but I experienced the same issue also before enabling IntelliCode. Do you have any ideas what might cause this behaviour?
Upvotes: 0
Views: 103
Reputation: 10389
For the records:
As it turned out and discussed in this GitHub issue thread the problem comes from the "Python Extended" extension for VS Code. Uninstalling it solved the issue for me.
Upvotes: 0