-
Notifications
You must be signed in to change notification settings - Fork 1.2k
function parameter hover card does not close when using IntelliSense within it #498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think this is a VS Code issue and not us since we don't forcibly create the pop-up, just populate it when VS Code requests that we do. |
Hi brettcannon.
|
I've re-opened this. |
I've been able to reproduce similar broken behavior (on linux) with the following:
(The popup switches back to "function print ...".) Whereas the following does not have the problem:
So I expect that the problem is with some contextual information that the python extension is sending to VSC. Also, I have the problem the same with and without alt+enter. |
#187 - Jedi does not understand f-strings |
Right. It was just a simple alternative repro of the problem, in hopes that it points to the problem. :) |
This seems to have been fixed. If we are wrong then please let us know. |
Environment data
VS Code version: 1.19.1(1.19.1)
Python Extension version: 0.9.1
Python Version: 3.6.3
OS and version: macOS High Sierra 10.13.2(17C88)
Actual behavior
Expected behavior
Steps to reproduce:
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)The text was updated successfully, but these errors were encountered: