0

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:

enter image description here enter image description here enter image description here

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?

Matthias
  • 9,817
  • 14
  • 66
  • 125

1 Answers1

0

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.

Matthias
  • 9,817
  • 14
  • 66
  • 125