mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-02-26 00:53:27 +03:00
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.