You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11538: feat: Make private editable completions configurable, disable by default r=Veykril a=Veykril
Fixes#10253Fixes#9885
This does disable these completions by default, as it seems that people find this behaviour surprising(due to other IDEs usually not doing this).
Co-authored-by: Lukas Wirth <[email protected]>
"markdownDescription": "Enables completions of private items and fields that are defined in the current workspace even if they are not visible at the current position.",
648
+
"default": false,
649
+
"type": "boolean"
650
+
},
646
651
"rust-analyzer.diagnostics.enable": {
647
652
"markdownDescription": "Whether to show native rust-analyzer diagnostics.",
0 commit comments