diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2021-06-18 23:11:56 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2021-06-18 23:11:56 +0200 |
| commit | 2ee090faaf69474a2baadf0494ef3c6ed4fdbcbc (patch) | |
| tree | e67e1f3404fefb2dc3999b94f86bc9cbcca33dd1 /docs/user | |
| parent | 84507a0b9c2e8f6e632ad9ec649cd1f21a7e0887 (diff) | |
| download | rust-2ee090faaf69474a2baadf0494ef3c6ed4fdbcbc.tar.gz rust-2ee090faaf69474a2baadf0494ef3c6ed4fdbcbc.zip | |
Allow to disable import insertion on single path glob imports
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/generated_config.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 34a91486b3f..18ea772669a 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -18,6 +18,11 @@ The path structure for newly inserted paths to use. -- Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines. -- +[[rust-analyzer.assist.allowMergingIntoGlobImports]]rust-analyzer.assist.allowMergingIntoGlobImports (default: `true`):: ++ +-- +Whether to allow import insertion to merge new imports into single path glob imports like `use std::fmt::*;`. +-- [[rust-analyzer.callInfo.full]]rust-analyzer.callInfo.full (default: `true`):: + -- |
