microsoft / vscode-python

Python extension for Visual Studio Code
https://aka.ms/pvsc-marketplace
MIT License
4.29k stars 1.17k forks source link

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

Open dp-alvarez opened 2 years ago

dp-alvarez commented 2 years ago

Environment data

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

karthiknadig commented 2 years ago

Filter feature has to be supported on Jedi first https://github.com/pappasam/jedi-language-server/issues/168 . Then we can add this.