Function parentheses autocompletion with Jedi #22754
Labels
feature-request
Request for new features or functionality
triage-needed
Needs assignment to the proper sub-team
Is there a way to enable function parentheses autocompletion when selecting Jedi as Language Server?
With Pylance, this can be achieved by setting this
"python.autocomplete.addBrackets": true
, as you can see below:It would be good that we could configure this behavior for the Jedi Language Server. Even more, one could argue that when autocompleting class names the parentheses could be also added assuming class instantiation. For enums it does not make sense, though.
Perhaps this PR disabled it completely? #21194
Thank you in advance.
The text was updated successfully, but these errors were encountered: