aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 830358605..3a1e6cf23 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -197,10 +197,18 @@
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-snippets": {
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."
203 }, 207 },
208 "call-info.full": {
209 "type": "boolean",
210 "description": "Show function name and docs in parameter hints"
211 },
204 "notifications.workspace-loaded": { 212 "notifications.workspace-loaded": {
205 "type": "boolean", 213 "type": "boolean",
206 "description": "Whether to show `workspace loaded` message" 214 "description": "Whether to show `workspace loaded` message"