diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-12-05 09:44:17 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2024-12-05 09:46:23 +0100 |
| commit | a9afc99c1347eacdb9495ffa2601bb032997f2ae (patch) | |
| tree | 1753fbd3302a49a3849a3b46184122c3614cc37a /src/tools/rust-analyzer/docs | |
| parent | 2b4dc9caac1c05ae53e0d09907c40de1b1a75392 (diff) | |
| download | rust-a9afc99c1347eacdb9495ffa2601bb032997f2ae.tar.gz rust-a9afc99c1347eacdb9495ffa2601bb032997f2ae.zip | |
Disable `<` typing handler again
Diffstat (limited to 'src/tools/rust-analyzer/docs')
| -rw-r--r-- | src/tools/rust-analyzer/docs/user/generated_config.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/docs/user/generated_config.adoc b/src/tools/rust-analyzer/docs/user/generated_config.adoc index a3172c7ca2c..96a2a5a27d3 100644 --- a/src/tools/rust-analyzer/docs/user/generated_config.adoc +++ b/src/tools/rust-analyzer/docs/user/generated_config.adoc @@ -992,7 +992,7 @@ Show full signature of the callable. Only shows parameters if disabled. -- Show documentation. -- -[[rust-analyzer.typing.excludeChars]]rust-analyzer.typing.excludeChars (default: `null`):: +[[rust-analyzer.typing.excludeChars]]rust-analyzer.typing.excludeChars (default: `"<"`):: + -- Specify the characters to exclude from triggering typing assists. The default trigger characters are `.`, `=`, `<`, `>`, `{`, and `(`. Setting this to a string will disable typing assists for the specified characters. |
