Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/configuration_generated.md')
| -rw-r--r-- | docs/book/src/configuration_generated.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/book/src/configuration_generated.md b/docs/book/src/configuration_generated.md index da37fc1582..069c8211db 100644 --- a/docs/book/src/configuration_generated.md +++ b/docs/book/src/configuration_generated.md @@ -375,6 +375,15 @@ If false, `-p <package>` will be passed instead if applicable. In case it is not check will be performed. +## rust-analyzer.completion.addColonsToModule {#completion.addColonsToModule} + +Default: `true` + +Automatically add `::` when completing the module. + +Will not be completed in `use`. + + ## rust-analyzer.completion.addSemicolonToUnit {#completion.addSemicolonToUnit} Default: `true` |