Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

When connecting a signal in Godot Editor, it will automatically generate callback code at the end of the script. Sometimes it's not flexible (especially with C#).This plugin can block the auto-generation and add a handler to control which language can auto-generate code.
Toggle Code Generation
As we all know, when connecting a signal in Godot Editor, it will automatically generate callback code at the end of the script. Sometimes it's not flexible (especially with C#).
This plugin can prevent code auto-generation and add a handler to control which language can auto-generate code.
Install
Copy toggle_code_generation
to your addons folder. Activate it at Project -> Project Settings -> Plugins
.
Now you can find options at Project -> Tools -> Toggle Code Generation
.
When connecting a signal in Godot Editor, it will automatically generate callback code at the end of the script. Sometimes it's not flexible (especially with C#).
This plugin can block the auto-generation and add a handler to control which language can auto-generate code.
Reviews
Quick Information

When connecting a signal in Godot Editor, it will automatically generate callback code at the end of the script. Sometimes it's not flexible (especially with C#).This plugin can block the auto-generation and add a handler to control which language can auto-generate code.