Better Find in Files and Quick Open.
SHIFT-SHIFT - Quick Open
ALT+SHIFT+F - Find in Files (macos
CONTROL+SHIFT+F)
Shortcuts can be configured via Editor Settings/Addons/Find Everywhere
Folders to exclude are able to be configured via Editor Settings/Addons/Find Everywhere
List folders you want to ignore joined with ,
i.e. res://addons,res://trash
. Also the full path to folder is expected (started with res://
).
QuickOpen can be extended with custom plugins
. See example.
This is a regular editor plugin.
Copy the contents of addons/find-everywhere
into the same folder in your project, and activate it in your project settings.
or plug with gd-plug:
plug("MakovWait/godot-find-everywhere")
Godot4 editor plugin.
More plugins godot4-plugins