godot-vscode-plugin
godot-vscode-plugin copied to clipboard
Automatically generate a call to base method on override
It would be great to generate a simple .method_name()
line on auto-completion of a function, which is overriden, like it works for most of the other languages.
For example, C# extension for VSCode does this thing.