aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-01-15 10:24:51 +0000
committerGitHub <[email protected]>2020-01-15 10:24:51 +0000
commit876f92d547af5f39170350f3995647ec934f590b (patch)
treeb2dfc9053f910d1f64f3d899628cdaf482953aee /editors/code/package.json
parentbc8be6bcdb7ea9b23cc6723769e6071a705cb88b (diff)
parentd854ad8f279e5a3a4b3908bf5b0afdaba3d37bc9 (diff)
Merge #2843
2843: Add inlay parameter name hints for call expr r=matklad a=imtsuki This patch adds Intellij-like parameter name hints for literal values in function calls. <img width="624" alt="Screenshot" src="https://user-images.githubusercontent.com/8423594/72366533-68d7f800-3735-11ea-9279-cf193ca8ca2f.png"> Signed-off-by: imtsuki <[email protected]> Co-authored-by: imtsuki <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 77d31a04b..d4c310734 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -228,7 +228,7 @@
228 "rust-analyzer.displayInlayHints": { 228 "rust-analyzer.displayInlayHints": {
229 "type": "boolean", 229 "type": "boolean",
230 "default": true, 230 "default": true,
231 "description": "Display additional type information in the editor" 231 "description": "Display additional type and parameter information in the editor"
232 }, 232 },
233 "rust-analyzer.maxInlayHintLength": { 233 "rust-analyzer.maxInlayHintLength": {
234 "type": "number", 234 "type": "number",