Godot Editor Plugin API
Godot's editor can be extended in-place with EditorPlugin scripts that add docks, inspector plugins, import plugins, export plugins, gizmos, and custom tool windows. Editor plugins use the same engine class API exposed through GDScript, C#, or GDExtension.