Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

GDScript Editor Shortcuts

An asset by Gustjc
The page banner background of a mountain and forest
GDScript Editor Shortcuts hero image

Quick Information

0 ratings
GDScript Editor Shortcuts icon image
Gustjc
GDScript Editor Shortcuts

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)

Supported Engine Version
4.3
Version String
1.2.0
License Version
MIT
Support Level
community
Modified Date
6 hours ago
Git URL
Issue URL

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)

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
GDScript Editor Shortcuts icon image
Gustjc
GDScript Editor Shortcuts

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)

Supported Engine Version
4.3
Version String
1.2.0
License Version
MIT
Support Level
community
Modified Date
6 hours ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers