MakovWait / godot-find-everywhere

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

godot-find-everywhere

Better Find in Files and Quick Open.

Default shortcuts

SHIFT-SHIFT - Quick Open

ALT+SHIFT+F - Find in Files (macos CONTROL+SHIFT+F)

Shortcuts can be configured via Editor Settings/Addons/Find Everywhere

Exclude folders from SearchEverywhere

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 Extensions

QuickOpen can be extended with custom plugins. See example.

How to install

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")

About

Godot4 editor plugin.

More plugins godot4-plugins

About

License:MIT License


Languages

Language:GDScript 100.0%