IvanFon / godot-command-palette

A quick file finder and command palette for the Godot game engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Download the latest release here (click on godot-command-palette-0.1.0.zip)
  2. In the root of your Godot project, create a folder called addons.
  3. Unzip godot-command-palette into your addons folder. Your project should look something like this:

  1. In the Godot editor, open your Project Settings, find the Plugins tab, and beside Command Palette, change it's status from Inactive to Active:

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

About

A quick file finder and command palette for the Godot game engine.

License:GNU General Public License v3.0


Languages

Language:GDScript 100.0%