There was an error while loading. Please reload this page.
1 parent e506183 commit 7334be7Copy full SHA for 7334be7
news/2 Fixes/2013.md
@@ -0,0 +1 @@
1
+Ensure dunder variables are always displayed in code completion when using the new language server.
package.json
@@ -1169,7 +1169,7 @@
1169
},
1170
"python.autoComplete.showAdvancedMembers": {
1171
"type": "boolean",
1172
- "default": false,
+ "default": true,
1173
"description": "Controls appearance of methods with double underscores in the completion list.",
1174
"scope": "resource"
1175
0 commit comments