From 169e69d217600062f6299f7f9521f3f2776d0333 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 23 Jul 2019 16:38:21 +0300 Subject: Show type decorators --- editors/code/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index fd30c7946..060a3a247 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -238,6 +238,11 @@ "type": "number", "default": null, "description": "Number of syntax trees rust-analyzer keeps in memory" + }, + "rust-analyzer.displayInlayHints": { + "type": "boolean", + "default": true, + "description": "Display additional type information in the editor" } } }, @@ -444,6 +449,15 @@ "light": "#000000", "highContrast": "#FFFFFF" } + }, + { + "id": "ralsp.inlayHint", + "description": "Color for inlay hints", + "defaults": { + "dark": "#A0A0A0F0", + "light": "#747474", + "highContrast": "#BEBEBE" + } } ] } -- cgit v1.2.3