Reference Finder is a lightweight Godot 4 editor plugin by RedKnack Interactive that enables searching for Tokens (Functions, Variables, etc) in a whole project by using SHIFT+F12. Singletons included.
- Godot: tested with 4.5.1
- Language: GDScript
- Install path:
addons/reference_finder/
- Seraching project-wide for Tokens / Variables / Functions (Singletons included)
- No external dependencies
- In Godot: AssetLib
- Search for Reference Finder
- Install
- Go to Project → Project Settings → Plugins
- Enable Reference Finder
Copy addons/reference_finder/ into your project and enable the plugin:
Project → Project Settings → Plugins
- Enable the plugin.
- Select a Token / Variable / Function
- Press Shift + F12
- Review output in the References tab.
- Doubleclick on results to open the respective file
To adapt behavior or make changes, check:
addons/reference_finder/plugin.gdaddons/reference_finder/references_panel.gd
MIT License — see LICENSE.
NONE