diff options
author | Aleksey Kladov <[email protected]> | 2020-03-06 17:32:40 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-03-06 17:35:30 +0000 |
commit | 95a2755aa80aaf9119e172f6b2a61eeb04653eba (patch) | |
tree | 7f2ee6258f8f2bd61ff2275e327de5b03bdef961 /editors | |
parent | 3ff170d65872d9965c4bd88184701d957f23570e (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')
-rw-r--r-- | editors/code/package.json | 4 |
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" |