diff options
author | Aleksey Kladov <[email protected]> | 2020-03-06 16:51:10 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-03-06 16:51:10 +0000 |
commit | 4e7f6c235489eb40c85bb73e75beead3ea7f08c7 (patch) | |
tree | 87623cdec8b374953f69cb3e46a73aa2c6bd7006 /editors | |
parent | 21f40f2b8f2d2ce19c2bc69201e99503a8d15e04 (diff) |
Feature flag for arg snippets
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." |