diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-03-06 17:51:10 +0100 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-03-06 17:51:10 +0100 |
| commit | 4e7f6c235489eb40c85bb73e75beead3ea7f08c7 (patch) | |
| tree | 87623cdec8b374953f69cb3e46a73aa2c6bd7006 /editors/code | |
| parent | 21f40f2b8f2d2ce19c2bc69201e99503a8d15e04 (diff) | |
| download | rust-4e7f6c235489eb40c85bb73e75beead3ea7f08c7.tar.gz rust-4e7f6c235489eb40c85bb73e75beead3ea7f08c7.zip | |
Feature flag for arg snippets
Diffstat (limited to 'editors/code')
| -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 8303586059f..2f442aae822 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -197,6 +197,10 @@ "type": "boolean", "description": "Whether to add parenthesis when completing functions" }, + "completion.insertion.add-argument-sippets": { + "type": "boolean", + "description": "Whether to add argument snippets when completing functions" + }, "completion.enable-postfix": { "type": "boolean", "description": "Whether to show postfix snippets like `dbg`, `if`, `not`, etc." |
