Quickly find and open resources in the Godot editor.
Command Palette is a Godot addon inspired by CtrlP, making it faster and easier to open the resource you're looking for in the Godot editor.
To use it, just press Control + P
to open the finder, start typing the name of your resource, and once it's selected, press enter to open it.
While using the finder, you can use the up and down arrow keys to change the selected resource, or press escape to close the finder.
- Download the latest release here (click on
godot-command-palette-0.1.0.zip
) - In the root of your Godot project, create a folder called
addons
. - Unzip
godot-command-palette
into youraddons
folder. Your project should look something like this:
- In the Godot editor, open your Project Settings, find the
Plugins
tab, and beside Command Palette, change it's status fromInactive
toActive
:
That's it! Just press Control + P
anywhere in the editor to open the finder, and start typing.