godot-kotlin-jvm icon indicating copy to clipboard operation
godot-kotlin-jvm copied to clipboard

[IDEA Plugin] Generate scene class from context menu

Open Humberd opened this issue 4 years ago • 1 comments

We could detect if the project is a Godot Project, then we could include an option to generate a class, where you could pick its subtype (Spatial, Node2D, etc.) similar how Godot editor currently does. It would automatically add the @RegisterClass and optionally include _ready() and/or _onDestroy(). What do you think?

image

Humberd avatar Apr 29 '21 19:04 Humberd

Good Idea, so far it's only made from the Godot editor.

CedNaru avatar Apr 30 '21 00:04 CedNaru