-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It had not occurred to me to ask ChatGPT, so I leave the solution for two of the 3 problems:
For the third problem (of automatic insertion of parentheses after autocompleting a function) I can't find a solution yet, I'll keep looking. |
Beta Was this translation helpful? Give feedback.
-
The ability to completely turn off automatic parentheses is tracked in #5377. We do maintain a list of functions inside of which we never add automatic parentheses, because it is likely to be a function value vs. call. |
Beta Was this translation helpful? Give feedback.
The ability to completely turn off automatic parentheses is tracked in #5377.
We do maintain a list of functions inside of which we never add automatic parentheses, because it is likely to be a function value vs. call.
apply()
is currently not on it. There's an existing issue or issue comment (can't put my hands on it at this moment) about expanding the settings where we suppress the parentheses, based on argument names. If we can't find that issue, we could open one to collect more scenarios where folks would like to suppress parentheses.