|
7 | 7 | [[rust-analyzer.cargo.autoreload]]rust-analyzer.cargo.autoreload (default: `true`)::
|
8 | 8 | Automatically refresh project info via `cargo metadata` on `Cargo.toml` changes.
|
9 | 9 | [[rust-analyzer.cargo.allFeatures]]rust-analyzer.cargo.allFeatures (default: `false`)::
|
10 |
| - Activate all available features. |
| 10 | + Activate all available features (`--all-features`). |
11 | 11 | [[rust-analyzer.cargo.features]]rust-analyzer.cargo.features (default: `[]`)::
|
12 | 12 | List of features to activate.
|
13 | 13 | [[rust-analyzer.cargo.loadOutDirsFromCheck]]rust-analyzer.cargo.loadOutDirsFromCheck (default: `false`)::
|
|
21 | 21 | [[rust-analyzer.checkOnSave.enable]]rust-analyzer.checkOnSave.enable (default: `true`)::
|
22 | 22 | Run specified `cargo check` command for diagnostics on save.
|
23 | 23 | [[rust-analyzer.checkOnSave.allFeatures]]rust-analyzer.checkOnSave.allFeatures (default: `null`)::
|
24 |
| - Check with all features (will be passed as `--all-features`). Defaults to `#rust-analyzer.cargo.allFeatures#`. |
| 24 | + Check with all features (`--all-features`). Defaults to `#rust-analyzer.cargo.allFeatures#`. |
25 | 25 | [[rust-analyzer.checkOnSave.allTargets]]rust-analyzer.checkOnSave.allTargets (default: `true`)::
|
26 |
| - Check all targets and tests (will be passed as `--all-targets`). |
| 26 | + Check all targets and tests (`--all-targets`). |
27 | 27 | [[rust-analyzer.checkOnSave.command]]rust-analyzer.checkOnSave.command (default: `"check"`)::
|
28 | 28 | Cargo command to use for `cargo check`.
|
29 | 29 | [[rust-analyzer.checkOnSave.noDefaultFeatures]]rust-analyzer.checkOnSave.noDefaultFeatures (default: `null`)::
|
|
56 | 56 | List of warnings that should be displayed with hint severity.\n\nThe warnings will be indicated by faded text or three dots in code and will not show up in the `Problems Panel`.
|
57 | 57 | [[rust-analyzer.files.watcher]]rust-analyzer.files.watcher (default: `"client"`)::
|
58 | 58 | Controls file watching implementation.
|
| 59 | +[[rust-analyzer.files.excludeDirs]]rust-analyzer.files.excludeDirs (default: `[]`):: |
| 60 | + These directories will be ignored by rust-analyzer. |
59 | 61 | [[rust-analyzer.hoverActions.debug]]rust-analyzer.hoverActions.debug (default: `true`)::
|
60 | 62 | Whether to show `Debug` action. Only applies when `#rust-analyzer.hoverActions.enable#` is set.
|
61 | 63 | [[rust-analyzer.hoverActions.enable]]rust-analyzer.hoverActions.enable (default: `true`)::
|
|
86 | 88 | Whether to show `Run` lens. Only applies when `#rust-analyzer.lens.enable#` is set.
|
87 | 89 | [[rust-analyzer.lens.methodReferences]]rust-analyzer.lens.methodReferences (default: `false`)::
|
88 | 90 | Whether to show `Method References` lens. Only applies when `#rust-analyzer.lens.enable#` is set.
|
| 91 | +[[rust-analyzer.lens.references]]rust-analyzer.lens.references (default: `false`):: |
| 92 | + Whether to show `References` lens. Only applies when `#rust-analyzer.lens.enable#` is set. |
89 | 93 | [[rust-analyzer.linkedProjects]]rust-analyzer.linkedProjects (default: `[]`)::
|
90 | 94 | Disable project auto-discovery in favor of explicitly specified set of projects.\n\nElements must be paths pointing to `Cargo.toml`, `rust-project.json`, or JSON objects in `rust-project.json` format.
|
91 | 95 | [[rust-analyzer.lruCapacity]]rust-analyzer.lruCapacity (default: `null`)::
|
92 |
| - Number of syntax trees rust-analyzer keeps in memory. Defaults to 128. |
| 96 | + Number of syntax trees rust-analyzer keeps in memory. Defaults to 128. |
93 | 97 | [[rust-analyzer.notifications.cargoTomlNotFound]]rust-analyzer.notifications.cargoTomlNotFound (default: `true`)::
|
94 | 98 | Whether to show `can't find Cargo.toml` error message.
|
95 | 99 | [[rust-analyzer.procMacro.enable]]rust-analyzer.procMacro.enable (default: `false`)::
|
|
0 commit comments