skip to Main Content

enter image description here

when i study python in the vscode, there is a hover tip window(unclear whether the right name) that unexpectedly appear. When I click on it, it copies the code "dict2" and paste it into the code just like ‘dict2dit2’ you can see inside the picture. so how to close that?

3

Answers


  1. Move your mouse to somewhere else.
    If this doesn’t work, restart VS Code.
    This happened to me few times before.

    Login or Signup to reply.
  2. Normally it gets closed when you click Escape key.

    Login or Signup to reply.
  3. This is vscode IntelliSense, which provides a faster and more convenient coding method. It is generally not recommended to turn it off as it provides effective smart suggestions to make your coding more convenient.

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