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?
Question posted in Visual Studio Code
View the official documentation.
View the official documentation.
3
Answers
Move your mouse to somewhere else.
If this doesn’t work, restart VS Code.
This happened to me few times before.
Normally it gets closed when you click Escape key.
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.