Edit of asset "GDScript Editor Shortcuts" Accepted

Old/Current New/Edit
Title GDScript Editor Shortcuts GDScript Space Block Jumper
Description Very simple plugin that let's you move around your code really fast with shortcuts.

Use page-up or page-down to jump to the next empty line.
You can also hold shift to to jump to func definitions.
And use Ctrl and Alt to move between blocks and indentations.

The Ctrl+Enter shortcut will also add a colon at the end if needed before jumping the line.

Initially inspired by PICO-8 script editor where you use the 'page up/down' keys to move acress functions.

# Shortcuts:
Empty line & Func jumper
- **Page Down** : Go to next empty line
- **Page Up** : Go to previous empty line
- **Shift + Page Down** : Go to next 'func'
- **Shift + Page Up** : Go to previous 'func'

Auto complete colons
- **Ctrl + Enter** : Add (:) colon at end and create new line below (if needed)

Move between indents and blocks
- **Ctrl + Page Up** : Go to the begining of current Block
- **Ctrl + Page Down** : Go to end begining of current the Block
- **Alt + Page Up** : Go to the begining of the Block (no matter the indent)
- **Alt + Page Down** : Go to the begining of the Block (no matter the indent)
Very simple plugin that let's you move around your code really fast with shortcuts.

Use page-up or page-down to jump to the next empty line.

You can also hold shift to to jump to func definitions.

Initially inspired by PICO-8 script editor where you use the 'page up/down' keys to move acress functions.

Shortcuts:
- Page Down : Go to next empty line
- Page Up : Go to previous empty line
- Shift + Page Down : Go to next 'func'
- Shift + Page Up : Go to previous 'func'
Category Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/GustJc/godot_gdscript_editor_shortcuts https://github.com/GustJc/godot_gdscript_space_block_jumper
Issues Url https://github.com/GustJc/godot_gdscript_editor_shortcuts/issues https://github.com/GustJc/godot_gdscript_space_block_jumper/issues
Godot version Godot 4.3
Version String 1.2.0 1.1.0
Download Commit 7b903d2bab2746dc73f3286661d15cd2242b8dde 48dcd4540739ba7c356e3d7f19db0083bce04ebd
Download Url (Computed) https://github.com/GustJc/godot_gdscript_editor_shortcuts/archive/7b903d2bab2746dc73f3286661d15cd2242b8dde.zip https://github.com/GustJc/godot_gdscript_space_block_jumper/archive/48dcd4540739ba7c356e3d7f19db0083bce04ebd.zip
Icon Url https://raw.githubusercontent.com/GustJc/godot_gdscript_editor_shortcuts/refs/heads/master/addon_icon.png
https://raw.githubusercontent.com/GustJc/godot_gdscript_space_block_jumper/refs/heads/master/icon_block_jumper.png