Godot Version
4.4.1.stable
Question
If I have a reference of a node in my script with either the $ or the % prefix, is there no easy way to go to the node in the Scenetree? I want to Ctrl + Left Click on a reference like that and it just takes me whereever the node is defined
Hi,
I don’t think you can do that. Your best call is probably to copy the node name from the gdscript code and paste it inside the scene tree search bar.
Feel free to submit a proposal for such a feature (I don’t know if that’s been already asked or not) if you want to: GitHub - godotengine/godot-proposals: Godot Improvement Proposals (GIPs)