The Code Jump addon allows for fast cursor movement without using the mouse or cursor keys.
This addon is only compatible with Godot 4.2 or later.
- 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
- 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.
editor_settings/plugin/code_jump/activate
: Activates Code Jump and waits for an initial letter input.
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.