From a90b9a5872c9c916733816e1e0d8c95cb09bfcba Mon Sep 17 00:00:00 2001 From: Andy Russell Date: Tue, 4 May 2021 17:13:51 -0400 Subject: implement range formatting --- docs/user/generated_config.adoc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/user') diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index c02bab7cc..f3da82feb 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -346,6 +346,13 @@ Additional arguments to `rustfmt`. Advanced option, fully override the command rust-analyzer uses for formatting. -- +[[rust-analyzer.rustfmt.enableRangeFormatting]]rust-analyzer.rustfmt.enableRangeFormatting (default: `false`):: ++ +-- +Enables the use of rustfmt's unstable range formatting command for the +`textDocument/rangeFormatting` request. The rustfmt option is unstable and only +available on a nightly build. +-- [[rust-analyzer.workspace.symbol.search.scope]]rust-analyzer.workspace.symbol.search.scope (default: `"workspace"`):: + -- -- cgit v1.2.3