File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 504
504
"default" : true ,
505
505
"description" : " When organizing imports, determines if a new line is inserted between top level packages"
506
506
},
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
+ },
507
522
"as3mxml.format.enabled" : {
508
523
"type" : " boolean" ,
509
524
"default" : true ,
You can’t perform that action at this time.
0 commit comments