Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 67570cd067..14369e6f33 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1277,6 +1277,16 @@ { "title": "Completion", "properties": { + "rust-analyzer.completion.addColonsToModule": { + "markdownDescription": "Automatically add `::` when completing the module.\n\nWill not be completed in `use`.", + "default": true, + "type": "boolean" + } + } + }, + { + "title": "Completion", + "properties": { "rust-analyzer.completion.addSemicolonToUnit": { "markdownDescription": "Automatically add a semicolon when completing unit-returning functions.\n\nIn `match` arms it completes a comma instead.", "default": true, |