Skip to content

Commit 3e37d38

Browse files
committed
Add function parentheses completion setting
1 parent 3c0131a commit 3e37d38

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@
145145
"scope": "resource",
146146
"type": "boolean"
147147
},
148+
"ty.completions.completeFunctionParentheses": {
149+
"default": false,
150+
"markdownDescription": "Add parentheses to function completions.",
151+
"scope": "resource",
152+
"type": "boolean"
153+
},
148154
"ty.interpreter": {
149155
"default": null,
150156
"markdownDescription": "Path to a Python interpreter to use to find the `ty` executable.",

0 commit comments

Comments
 (0)