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

Make iter().foo() and await.foo() suggestions configurable #18992

Open
sanbox-irl opened this issue Jan 21, 2025 · 1 comment · May be fixed by #18993
Open

Make iter().foo() and await.foo() suggestions configurable #18992

sanbox-irl opened this issue Jan 21, 2025 · 1 comment · May be fixed by #18993
Assignees
Labels
A-completion autocompletion A-config configuration

Comments

@sanbox-irl
Copy link

sanbox-irl commented Jan 21, 2025

Some people find these to be very helpful, but for me, I use auto-complete often to "survey" what I can or cannot do with a given type. Letting that auto-complete ever go beyond the current type, especially to a type I know very well (Ie, I know what methods are on Iter as an experienced dev), ends up cluttering my auto-complete window.

I suspect many/some/most/a few/a couple disagree with me, so perhaps this extension of the auto-complete could be configurable?

Note: I see that #18988 has been merged which will make the sorting better, but this is beyond sorting.

@sanbox-irl sanbox-irl changed the title Make iter().foo() suggestions configurable Make iter().foo() and await.foo() suggestions configurable Jan 21, 2025
@Veykril Veykril added A-config configuration A-completion autocompletion labels Jan 21, 2025
@Veykril
Copy link
Member

Veykril commented Jan 21, 2025

We already have this for the self. prefix completions, so a config for these here as well sound reasonable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-completion autocompletion A-config configuration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants