I am new to the Positron IDE and I'd like to automatically insert parentheses () when coding in Python. For example, when I type len and hit Enter to confirm, it does not automatically insert parentheses ().
After searching online, it seems that in VS Code, there is a setting:
"python.analysis.completeFunctionParens": true
However, this is not supported in the Positron IDE. I wonder how to achieve this feature?
