forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitytriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
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.
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitytriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team