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

Feature Request: Option to Hide Internal Members and Methods in Autocomplete #6581

Closed
sfaroy opened this issue Oct 20, 2024 · 1 comment
Closed
Assignees
Labels
duplicate This issue or pull request already exists

Comments

@sfaroy
Copy link

sfaroy commented Oct 20, 2024

When typing an object name followed by a period, the autocomplete currently lists all available members and methods. It would be really helpful to have an option to hide internal members and methods (those prefixed with an underscore) from this list during autocomplete, as the full list can sometimes be overwhelming for the user.

For cases where the "self" object is being accessed within a class, it would be ideal for all members to still be displayed by default.

@karthiknadig karthiknadig transferred this issue from microsoft/vscode-python Oct 21, 2024
@github-actions github-actions bot added the needs repro Issue has not been reproduced yet label Oct 21, 2024
@debonte
Copy link
Contributor

debonte commented Oct 21, 2024

Thanks for the issue. This is a duplicate of #3797. Please up-vote that enhancement discussion.

@debonte debonte closed this as completed Oct 21, 2024
@debonte debonte added duplicate This issue or pull request already exists and removed needs repro Issue has not been reproduced yet labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants