You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/rust-analyzer/src/config.rs
+2-2
Original file line number
Diff line number
Diff line change
@@ -308,8 +308,8 @@ config_data! {
308
308
/// Show documentation.
309
309
signatureInfo_documentation_enable:bool = true,
310
310
311
-
/// 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.
312
-
typing_excludeChars:Option<String> = None,
311
+
/// Specify the characters to exclude from triggering typing assists. The default trigger characters are `.`, `=`, `<`, `>`, `{`, and `(`.
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.
998
+
Specify the characters to exclude from triggering typing assists. The default trigger characters are `.`, `=`, `<`, `>`, `{`, and `(`.
Copy file name to clipboardExpand all lines: editors/code/package.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -2606,8 +2606,8 @@
2606
2606
"title": "typing",
2607
2607
"properties": {
2608
2608
"rust-analyzer.typing.excludeChars": {
2609
-
"markdownDescription": "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.",
2610
-
"default": null,
2609
+
"markdownDescription": "Specify the characters to exclude from triggering typing assists. The default trigger characters are `.`, `=`, `<`, `>`, `{`, and `(`.",
0 commit comments