diff options
author | asv <[email protected]> | 2021-03-06 11:02:26 +0000 |
---|---|---|
committer | asv <[email protected]> | 2021-03-07 08:15:17 +0000 |
commit | 96fc01a30b88d95619b26fd96c58627dd54cb339 (patch) | |
tree | 2959357aae5a465555a924db44979686999c4b4a /editors/code | |
parent | 750d3cb84678b23a55092f2e4726e48ead37a9ff (diff) |
Make group imports configurable
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 1987364bc..5f41f7803 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -385,6 +385,11 @@ | |||
385 | "Force import paths to be absolute by always starting them with `crate` or the crate name they refer to." | 385 | "Force import paths to be absolute by always starting them with `crate` or the crate name they refer to." |
386 | ] | 386 | ] |
387 | }, | 387 | }, |
388 | "rust-analyzer.assist.importGroup": { | ||
389 | "markdownDescription": "Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines.", | ||
390 | "default": true, | ||
391 | "type": "boolean" | ||
392 | }, | ||
388 | "rust-analyzer.callInfo.full": { | 393 | "rust-analyzer.callInfo.full": { |
389 | "markdownDescription": "Show function name and docs in parameter hints.", | 394 | "markdownDescription": "Show function name and docs in parameter hints.", |
390 | "default": true, | 395 | "default": true, |