diff options
author | Lukas Wirth <[email protected]> | 2021-06-18 22:11:56 +0100 |
---|---|---|
committer | Lukas Wirth <[email protected]> | 2021-06-18 22:11:56 +0100 |
commit | 2ee090faaf69474a2baadf0494ef3c6ed4fdbcbc (patch) | |
tree | e67e1f3404fefb2dc3999b94f86bc9cbcca33dd1 /docs | |
parent | 84507a0b9c2e8f6e632ad9ec649cd1f21a7e0887 (diff) |
Allow to disable import insertion on single path glob imports
Diffstat (limited to 'docs')
-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 34a91486b..18ea77266 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. | |||
18 | -- | 18 | -- |
19 | Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines. | 19 | Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines. |
20 | -- | 20 | -- |
21 | [[rust-analyzer.assist.allowMergingIntoGlobImports]]rust-analyzer.assist.allowMergingIntoGlobImports (default: `true`):: | ||
22 | + | ||
23 | -- | ||
24 | Whether to allow import insertion to merge new imports into single path glob imports like `use std::fmt::*;`. | ||
25 | -- | ||
21 | [[rust-analyzer.callInfo.full]]rust-analyzer.callInfo.full (default: `true`):: | 26 | [[rust-analyzer.callInfo.full]]rust-analyzer.callInfo.full (default: `true`):: |
22 | + | 27 | + |
23 | -- | 28 | -- |