Skip to content

Commit

Permalink
add new zls hint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
leecannon authored and Vexu committed Sep 22, 2023
1 parent d631d6f commit b7245a3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,18 @@
"description": "Enables inlay hint support when the client also supports it",
"default": true
},
"zig.zls.inlayHintsShowVariableDeclaration": {
"scope": "resource",
"type": "boolean",
"description": "Enable inlay hints for variable declarations",
"default": true
},
"zig.zls.inlayHintsShowParameterName": {
"scope": "resource",
"type": "boolean",
"description": "Enable inlay hints for parameter names",
"default": true
},
"zig.zls.inlayHintsShowBuiltin": {
"scope": "resource",
"type": "boolean",
Expand Down

0 comments on commit b7245a3

Please sign in to comment.