godot-command-palette
                                
                                
                                
                                    godot-command-palette copied to clipboard
                            
                            
                            
                        A quick file finder and command palette for the Godot game engine.
godot-command-palette
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.
Installation
- 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-paletteinto youraddonsfolder. Your project should look something like this: 

- In the Godot editor, open your Project Settings, find the 
Pluginstab, and beside Command Palette, change it's status fromInactivetoActive: 

That's it! Just press Control + P anywhere in the editor to open the finder, and start typing.

