Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function parentheses autocompletion with Jedi #22754

Closed
jhonabreul opened this issue Jan 16, 2024 · 1 comment
Closed

Function parentheses autocompletion with Jedi #22754

jhonabreul opened this issue Jan 16, 2024 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality triage-needed Needs assignment to the proper sub-team

Comments

@jhonabreul
Copy link

jhonabreul commented Jan 16, 2024

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:
pylance

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.

@jhonabreul jhonabreul added the feature-request Request for new features or functionality label Jan 16, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jan 16, 2024
@karthiknadig
Copy link
Member

This should be filed on https://github.com/pappasam/jedi-language-server . There doesn't seem to be a way to enable bracket completion in that package yet.

@karthiknadig karthiknadig closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

2 participants