Skip to content

Commit 867897f

Browse files
committed
vscode-extension: settings for inlay hints (references #709)
1 parent ff36c9c commit 867897f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

vscode-extension/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,21 @@
504504
"default": true,
505505
"description": "When organizing imports, determines if a new line is inserted between top level packages"
506506
},
507+
"as3mxml.inlayHints.parameterNames.enabled": {
508+
"type": "string",
509+
"enum": [
510+
"all",
511+
"literals",
512+
"none"
513+
],
514+
"default": "none",
515+
"description": "Enable or disable inlay hints for ActionScript parameter names"
516+
},
517+
"as3mxml.inlayHints.parameterNames.suppressWhenArgumentMatchesName": {
518+
"type": "boolean",
519+
"default": true,
520+
"description": "Enable or disable inlay hints for ActionScript parameter names when the argument value matches the parameter name"
521+
},
507522
"as3mxml.format.enabled": {
508523
"type": "boolean",
509524
"default": true,

0 commit comments

Comments
 (0)