I know theres ways to create asset previews in the editor. But is there any way or plans to allow using razor inside the editor for editor tools?
amusing the answer is no i feel like this should be considered as an option. This is one of the big strengths of godot, if you know how to use Godots control nodes dont need to do anything special with the UI to make an editor tool.
I dont expect Godot level of interchange ability given their entire editor is built using control nodes (i think). I feel like being able to even just display a singe razor component and listen to button events would improve the editor tool experience. This is naturally possible since the game window is nested in the editor and the game window renders razor. Maybe something like the ScenePanel Scene
mentioned in the last dev log but in reverse?
if this is already possible ignore the ramblings and tell me how :)