rewin123 / space_editor

bevy prefab editor
MIT License
383 stars 47 forks source link

System Previewer #290

Open naomijub opened 7 months ago

naomijub commented 7 months ago

Is your feature request related to a problem? Please describe. An inspector to preview systems that operate on an entity with code navigation. Initial support should be vscode, but open to extended support.

Describe the solution you'd like Read all game systems that operate on an entity and use events to open vscode at specific system

Additional context @jpx40 requested https://github.com/rewin123/space_editor/discussions/285