aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-06 17:32:40 +0000
committerAleksey Kladov <[email protected]>2020-03-06 17:35:30 +0000
commit95a2755aa80aaf9119e172f6b2a61eeb04653eba (patch)
tree7f2ee6258f8f2bd61ff2275e327de5b03bdef961 /editors/code/package.json
parent3ff170d65872d9965c4bd88184701d957f23570e (diff)
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.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json4
1 files changed, 4 insertions, 0 deletions
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 @@
205 "type": "boolean", 205 "type": "boolean",
206 "description": "Whether to show postfix snippets like `dbg`, `if`, `not`, etc." 206 "description": "Whether to show postfix snippets like `dbg`, `if`, `not`, etc."
207 }, 207 },
208 "call-info.full": {
209 "type": "boolean",
210 "description": "Show function name and docs in parameter hints"
211 },
208 "notifications.workspace-loaded": { 212 "notifications.workspace-loaded": {
209 "type": "boolean", 213 "type": "boolean",
210 "description": "Whether to show `workspace loaded` message" 214 "description": "Whether to show `workspace loaded` message"