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

Jedi LS: "python.autoComplete.showAdvancedMembers" setting ignored #17776

Open
dp-alvarez opened this issue Oct 18, 2021 · 2 comments
Open

Jedi LS: "python.autoComplete.showAdvancedMembers" setting ignored #17776

dp-alvarez opened this issue Oct 18, 2021 · 2 comments
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality needs PR Ready to be worked on

Comments

@dp-alvarez
Copy link

Environment data

  • VS Code version: 1.61
  • Extension version: v2021.10.1336267007
  • Value of the python.languageServer setting: Jedi

Expected behaviour

Auto-completion items starting with "__" should be hidden when "python.autoComplete.showAdvancedMembers" is set to false.

Actual behaviour

All auto-completion items are shown regardless of the above setting

@dp-alvarez dp-alvarez added bug Issue identified by VS Code Team member as probable bug triage-needed Needs assignment to the proper sub-team labels Oct 18, 2021
@karthiknadig karthiknadig changed the title "python.autoComplete.showAdvancedMembers" setting ignored Jedi LS: "python.autoComplete.showAdvancedMembers" setting ignored Oct 18, 2021
@karthiknadig karthiknadig self-assigned this Oct 18, 2021
@karthiknadig karthiknadig added area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. triage and removed triage-needed Needs assignment to the proper sub-team labels Oct 18, 2021
@karthiknadig
Copy link
Member

Filter feature has to be supported on Jedi first pappasam/jedi-language-server#168 . Then we can add this.

@karthiknadig karthiknadig added needs PR feature-request Request for new features or functionality and removed triage bug Issue identified by VS Code Team member as probable bug labels Oct 19, 2021
@karthiknadig karthiknadig removed their assignment Oct 19, 2021
@github-actions github-actions bot removed the needs PR label Aug 9, 2022
@karrtikr karrtikr added the needs PR Ready to be worked on label Aug 9, 2022
@eleanorjboyd
Copy link
Member

seems like Jedi added support so this can now be done on our side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality needs PR Ready to be worked on
Projects
None yet
Development

No branches or pull requests

4 participants