Replies: 4 comments 2 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Hey I made a PR for this: godotengine/godot#109587 |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can right-click the scene and select Show in FileSystem option. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That's a bit different from having an editor setting to basically keep it in sync with the scene tab though right? Missing piece here is this probably needs to be on an option not always. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In a lot of IDEs (VsCode, JetBrains - Autoscroll from source https://stackoverflow.com/a/27281201/1010076), the currently focused file would be highlighted in the file explorer pane. This is helpful for getting context on what the nearby files are, navigating to them, and seeing the actual filepath of the current file.
This would be useful in Godot too for the opened scene to be highlighted in the FileSystem dock, particularly when I have multiple identically named scenes (e.g. Zombie.tscn) to identify quickly which variation I'm editing at the moment.
This is a pain-point for me at the moment because with identically named scenes, I don't know the scene path of what I'm currently editing.
Things tried in the UI that could potentially work (but don't at the moment)
Hovering over a tab in scene editor gives an image preview (no filepath):

Hovering over root node gives the type (no filepath):

(Hovering over a script gives the filepath but not relevant as I tend to use an external editor for GDScript):

No technical specifics on how to implement this but I'm happy to have a look if there's enthusiasm.
Beta Was this translation helpful? Give feedback.
All reactions