Autocomplete shouldn't insert parenthesis if there are already some #4907
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When replacing a function call using autocomplete, an extra pair of parenthesis will be added, which is unnecessary since there already are some:
Screencast.from.2024-10-04.22-04-05.webm
I suppose this is a bug, but I don't know the behavior in python for instance
Beta Was this translation helpful? Give feedback.
All reactions