Files
godot-vscode-plugin/configurations
BenBlueeeee 4d7c23fe81 Statically type all function snippets (#958)
This also updates snippet names of the type "[name] method of [class]"
to correctly reference the class that defines them.

For example, _draw() was labelled as "of Node" before, but it's actually
CanvasItem which defines this function.
2026-02-04 00:41:52 +01:00
..