Edit of asset "GDScript Space Block Jumper" Accepted

Old/Current New/Edit
Title GDScript Space Block Jumper Gdscript func finder shortcuts
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.

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'
Very simple plugin that adds shortcuts to scroll to the previous and next func definitions.

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

Shortcuts:

- Page Up : Go to previous 'func'
- Page Down : Go to next 'func'

Configurations:

You can set the `Use Shift` configuration in the `ProjectSettings/Plugins/Gdscript Func Finder`

If you enable this, the scroll shortcut will only work if you are holding shift. And you can use the page up/down keys with their normal scroll behavior.
Category Tools Tools
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/GustJc/godot_gdscript_space_block_jumper https://github.com/GustJc/godot_gdscript_func_finder_shortcut
Issues Url https://github.com/GustJc/godot_gdscript_space_block_jumper/issues https://github.com/GustJc/godot_gdscript_func_finder_shortcut/issues
Godot version Godot 4.3 Godot 4.3
Version String 1.1.0 1.0.0
Download Commit 48dcd4540739ba7c356e3d7f19db0083bce04ebd e7468b280fc7b84f0471abb73e5b896269db96e1
Download Url (Computed) https://github.com/GustJc/godot_gdscript_space_block_jumper/archive/48dcd4540739ba7c356e3d7f19db0083bce04ebd.zip https://github.com/GustJc/godot_gdscript_func_finder_shortcut/archive/e7468b280fc7b84f0471abb73e5b896269db96e1.zip
Icon Url https://raw.githubusercontent.com/GustJc/godot_gdscript_space_block_jumper/refs/heads/master/icon_block_jumper.png
https://raw.githubusercontent.com/GustJc/godot_gdscript_func_finder_shortcut/refs/heads/master/icon_func_finder.png