diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-12-06 15:03:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-06 15:03:41 +0000 |
| commit | 5b2fcf327ec4e2c00f40a9173c7b6700f7201816 (patch) | |
| tree | 943cf7e62572ff50360d9d63d2113931a0d18190 /src/tools/rust-analyzer/docs/user/generated_config.adoc | |
| parent | 9549e473a02aba6f3bd8bf5b988c5c7ca1c03e82 (diff) | |
| parent | 3fe75c7d90e9e42dbbc7c6542337a68ff9b817cf (diff) | |
| download | rust-5b2fcf327ec4e2c00f40a9173c7b6700f7201816.tar.gz rust-5b2fcf327ec4e2c00f40a9173c7b6700f7201816.zip | |
Merge pull request #18628 from Veykril/push-sqpymrtxysmw
Add typing handler for param list pipe
Diffstat (limited to 'src/tools/rust-analyzer/docs/user/generated_config.adoc')
| -rw-r--r-- | src/tools/rust-analyzer/docs/user/generated_config.adoc | 4 |
1 files changed, 2 insertions, 2 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..715f8d43adc 100644 --- a/src/tools/rust-analyzer/docs/user/generated_config.adoc +++ b/src/tools/rust-analyzer/docs/user/generated_config.adoc @@ -992,10 +992,10 @@ 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. +Specify the characters to exclude from triggering typing assists. The default trigger characters are `.`, `=`, `<`, `>`, `{`, and `(`. -- [[rust-analyzer.workspace.discoverConfig]]rust-analyzer.workspace.discoverConfig (default: `null`):: + |
