We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfd30f commit a084273Copy full SHA for a084273
1 file changed
package.json
@@ -513,6 +513,11 @@
513
"default": true,
514
"type": "boolean"
515
},
516
+ "rust-analyzer.completion.addColonsToModule": {
517
+ "markdownDescription": "Automatically add `::` when completing the module.\n\nWill not be completed in `use`.",
518
+ "default": true,
519
+ "type": "boolean"
520
+ },
521
"rust-analyzer.completion.addSemicolonToUnit": {
522
"markdownDescription": "Automatically add a semicolon when completing unit-returning functions.\n\nIn `match` arms it completes a comma instead.",
523
0 commit comments