
M
Publisher
maweill
Code Jump
Tools
Code Jump Shortcut Fast Navigation GDScript Input Workflow
Enables fast cursor movement within built-in script editor, without the need to use the mouse.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Code Jump
The Code Jump addon allows for fast cursor movement without using the mouse or cursor keys.
📋 Requirements
This addon is only compatible with Godot 4.2 or later.
📦 Installation
- Download Latest Release
- Unpack the
addons/code_jump
folder into your/addons
folder within the Godot project - Enable this addon within the Godot settings:
Project > Project Settings > Plugins
🔍 How it Works
- Press the
editor_settings/plugin/code_jump/activate
command to activate Code Jump. - Press a key corresponding to the initial letter of the word you want to jump to.
- Code Jump will then display hint characters for all words starting with that letter.
- Press the key matching the hint character of the desired word, and the cursor will instantly move to that word's position.
📋 Commands
editor_settings/plugin/code_jump/activate
: Activates Code Jump and waits for an initial letter input.
🎨 Customizing the Hint Appearance
You can customize the appearance of the hint characters by adjusting the following settings:
editor_settings/plugin/code_jump/hint_font_color
: Changes the color of the hint characters.editor_settings/plugin/code_jump/hint_background_color
: Changes the background color of the hint characters.