Jedi LS: "python.autoComplete.showAdvancedMembers" setting ignored #17776
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
Environment data
python.languageServer
setting: JediExpected 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
The text was updated successfully, but these errors were encountered: