mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
Add basic inlay hint support for GDScript (#589)
* Add support for inlay hints in GDScript files * Add "godotTools.inlayHints.gdscript" and "godotTools.inlayHints.gdresource" settings * GDScript inlay hints are disabled by default, and marked as experimental
This commit is contained in:
10
package.json
10
package.json
@@ -303,6 +303,16 @@
|
||||
],
|
||||
"default": "sameFolder",
|
||||
"description": "Controls where the Scene Preview will search for related scenes when viewing a script file."
|
||||
},
|
||||
"godotTools.inlayHints.gdscript": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Whether to enable inlay hints in GDScript files (experimental)"
|
||||
},
|
||||
"godotTools.inlayHints.gdresource": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "Whether to enable inlay hints in GDResource (.tscn, .tres, etc) files"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user