-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Writing a comma in a string that is an argument to a function causes the pop up box to display #2057
Comments
Please could you send a screen shot of the pop-up. |
It is a result of a "hover" request |
@d3r3kk Please retest with the mouse pointer out of the way. |
Sorry for being poor on my explanation, but ye that's the bug. |
@jakegt1 not at all! Thanks very much for the report. (We need to verify each bug reported and it was a lackluster verification on my part if anything!). Now that we are aware of the issue, we'll triage this, probably after the July release, not sure when exactly. |
Looks like we need to investigate here: |
- issue microsoft#2057 - struggling with test framework & signature provider!
- issue microsoft#2057 - struggling with test framework & signature provider!
When writing arguments to functions, the python module shows a pop up box showing the next argument and its documentation, which can be removed by clicking away among other things. However, if you're writing a string as an argument, if you ever write a comma it will cause the popup box to re-fire.
Environment data
Actual behavior
Pop up box for functions shows when a comma is written inside of a string, not just outside of a string
Expected behavior
Pop up box should not fire if the comma is inside a string
Steps to reproduce:
Write code that would execute a function, add a string as an argument, click to remove the pop up box, write a comma in the string which will show the pop up box.
The text was updated successfully, but these errors were encountered: