Skip to content

A Godot plugin that enables fast cursor movement within built-in script editor, without the need to use the mouse.

License

Notifications You must be signed in to change notification settings

Maweill/godot-code-jump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Download Latest Release
  2. Unpack the addons/code_jump folder into your /addons folder within the Godot project
  3. Enable this addon within the Godot settings: Project > Project Settings > Plugins

🔍 How it Works

  1. Press the editor_settings/plugin/code_jump/activate command to activate Code Jump.
  2. Press a key corresponding to the initial letter of the word you want to jump to.
  3. Code Jump will then display hint characters for all words starting with that letter.
  4. Press the key matching the hint character of the desired word, and the cursor will instantly move to that word's position.

example gif

📋 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.

About

A Godot plugin that enables fast cursor movement within built-in script editor, without the need to use the mouse.

Topics

Resources

License

Stars

Watchers

Forks

Languages