diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-07 08:24:02 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-07 08:24:02 +0000 |
commit | d54e1157b66017e4aae38328cd213286e39ca130 (patch) | |
tree | f7cd48d085b2bad9b8cdc528b677cdd8cfa2d0ef /docs | |
parent | 708ec9821f9bcfeafbc82f8260c264fb32b8b750 (diff) | |
parent | 96fc01a30b88d95619b26fd96c58627dd54cb339 (diff) |
Merge #7889
7889: Make group imports configurable r=lnicola a=asv1
Co-authored-by: asv <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/generated_config.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 1dbf2a611..e564c1427 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc | |||
@@ -2,6 +2,8 @@ | |||
2 | The strategy to use when inserting new imports or merging imports. | 2 | The strategy to use when inserting new imports or merging imports. |
3 | [[rust-analyzer.assist.importPrefix]]rust-analyzer.assist.importPrefix (default: `"plain"`):: | 3 | [[rust-analyzer.assist.importPrefix]]rust-analyzer.assist.importPrefix (default: `"plain"`):: |
4 | The path structure for newly inserted paths to use. | 4 | The path structure for newly inserted paths to use. |
5 | [[rust-analyzer.assist.importGroup]]rust-analyzer.assist.importGroup (default: `true`):: | ||
6 | Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines. | ||
5 | [[rust-analyzer.callInfo.full]]rust-analyzer.callInfo.full (default: `true`):: | 7 | [[rust-analyzer.callInfo.full]]rust-analyzer.callInfo.full (default: `true`):: |
6 | Show function name and docs in parameter hints. | 8 | Show function name and docs in parameter hints. |
7 | [[rust-analyzer.cargo.autoreload]]rust-analyzer.cargo.autoreload (default: `true`):: | 9 | [[rust-analyzer.cargo.autoreload]]rust-analyzer.cargo.autoreload (default: `true`):: |