From 95a2755aa80aaf9119e172f6b2a61eeb04653eba Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 6 Mar 2020 18:32:40 +0100 Subject: Concise mode for parameter hints This works around VS Code bug where it tries to cram everything in a tiny popup, and brings experience closer to Intellij. --- editors/code/package.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index 2f442aae8..f1ed51d1b 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -205,6 +205,10 @@ "type": "boolean", "description": "Whether to show postfix snippets like `dbg`, `if`, `not`, etc." }, + "call-info.full": { + "type": "boolean", + "description": "Show function name and docs in parameter hints" + }, "notifications.workspace-loaded": { "type": "boolean", "description": "Whether to show `workspace loaded` message" -- cgit v1.2.3