From c390e92fdd25ced46c589bfbff94e4b0bc4d9c38 Mon Sep 17 00:00:00 2001 From: imtsuki Date: Wed, 15 Jan 2020 01:02:01 +0800 Subject: Add inlay parameter name hints for function calls Signed-off-by: imtsuki --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index 7c22d21d3..ed637d114 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -228,7 +228,7 @@ "rust-analyzer.displayInlayHints": { "type": "boolean", "default": true, - "description": "Display additional type information in the editor" + "description": "Display additional type and parameter information in the editor" }, "rust-analyzer.maxInlayHintLength": { "type": "number", -- cgit v1.2.3