2

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?

starball
  • 20,030
  • 7
  • 43
  • 238
  • Does this answer your question? [There are two hover message when my cursor over the python code](https://stackoverflow.com/questions/74384520/there-are-two-hover-message-when-my-cursor-over-the-python-code) – starball Aug 12 '23 at 01:47

2 Answers2

0

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.

MingJie-MSFT
  • 5,569
  • 1
  • 2
  • 13
0

This is a known issue. Upgrading the Jupyter extension to the pre-release version solved it.

enter image description here

JialeDu
  • 6,021
  • 2
  • 5
  • 24