Add typing handler for param list pipe

This commit is contained in:
Lukas Wirth 2024-12-06 15:35:13 +01:00
parent 5dc5107e9c
commit 54dbf1b446
6 changed files with 69 additions and 29 deletions

View file

@ -2606,8 +2606,8 @@
"title": "typing",
"properties": {
"rust-analyzer.typing.excludeChars": {
"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.",
"default": null,
"markdownDescription": "Specify the characters to exclude from triggering typing assists. The default trigger characters are `.`, `=`, `<`, `>`, `{`, and `(`.",
"default": "<",
"type": [
"null",
"string"