diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-03-06 17:09:58 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-06 17:09:58 +0000 |
commit | 8e8c5a73ff3b26a7c919fee6caa3212dca9c6ba5 (patch) | |
tree | 22a0cb43006931d9acfb77940b2cda2d16f702d6 /editors | |
parent | ce7496ec2227746cfcd2147fadf58fa71f65e35b (diff) | |
parent | 3ff170d65872d9965c4bd88184701d957f23570e (diff) |
Merge #3498
3498: Trigger parameter info automatically r=matklad a=matklad
See https://github.com/Microsoft/vscode/issues/64023
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
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 830358605..2f442aae8 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -197,6 +197,10 @@ | |||
197 | "type": "boolean", | 197 | "type": "boolean", |
198 | "description": "Whether to add parenthesis when completing functions" | 198 | "description": "Whether to add parenthesis when completing functions" |
199 | }, | 199 | }, |
200 | "completion.insertion.add-argument-sippets": { | ||
201 | "type": "boolean", | ||
202 | "description": "Whether to add argument snippets when completing functions" | ||
203 | }, | ||
200 | "completion.enable-postfix": { | 204 | "completion.enable-postfix": { |
201 | "type": "boolean", | 205 | "type": "boolean", |
202 | "description": "Whether to show postfix snippets like `dbg`, `if`, `not`, etc." | 206 | "description": "Whether to show postfix snippets like `dbg`, `if`, `not`, etc." |