Replies: 1 comment 1 reply
-
It's not just in this situation. In the context of https://asciinema.org/a/RGI1BtOzqikk4YUZw8DQlG60S I +1 this question in the hopes someone has the solution. |
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 I call a function with a variable as parameter, I often make sure that the variable as the same name as the parameter for consistency.
For instance, if i have this function:
I will name the variable
bar
:Now, if start typing the name of the function and use auto-completion, it will automatically fulfill the function with a parameters name bar, which is great. But when I press enter (or escape/ Ctrl-c) the parameter hint will be removed. That's annoying because i will have to rewrite the parameters name by hand. I understand that's the behavior we want most of the time.
Is there a key combination that I can hit to keep the suggested parameters? I couldn't find anything in the doc and opened discussions/issues.
Beta Was this translation helpful? Give feedback.
All reactions