skip to Main Content

Sample 1

Sample 2

VS Code intellisense shows double suggestions in python whenever I write.

Is there a setting in VS Code, so I can change them to the normal state?

2

Answers


  1. Press Ctrl+Shift+X to see if other prompt extensions are installed and python original completion is applied at the same time.

    Disable unwanted prompt extensions can solve it.

    Login or Signup to reply.
  2. This is a known issue. Upgrading the Jupyter extension to the pre-release version solved it.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search