Parentheses autocompletion with Jedi #22753
Replies: 2 comments
-
Parentheses Autocompletion with Jedi: No Direct Setting: While Pylance offers python.analysis.completeFunctionParens, Jedi doesn't have an equivalent setting. Investigate Further: The issue you linked might provide insights into potential workarounds or future plans for Jedi. Engage with the discussion for updates and potential solutions. General Troubleshooting: Extension Updates: Ensure you have the latest versions of both the Python extension and Jedi. Recommendations: Pylance: If parentheses completion is a priority, switching to Pylance is likely the most straightforward solution. Explicitly Trigger Completion: Use keyboard shortcuts like Ctrl+Space to explicitly trigger completion, which might work even without automatic parentheses. I hope this information helps! |
Beta Was this translation helpful? Give feedback.
-
Closing as a duplicate of #22754 . |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I was wondering, is there a way to enable parentheses autocompletion (at least for funtions/methods) when using Jedi as Language Server? I have tried with clean VSCode and Python Extension installations but I cannot find a setting to enable this.
With Pylance, using
"python.analysis.completeFunctionParens": true
works, but with Jedi this setting is ignored.Edit: Could this be the reason it is completely disabled? #21194
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions