Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GustJc authored Feb 5, 2025
1 parent ae294d9 commit e7468b2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Gdscript func finder shortcuts

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 acress functions.

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

## TODO maybes

Right now, it replaces the behavior of the 'page up' and 'page down' keys inside the script editor.
I could add a proper shortcut configuration in the future instead.
# Configuration

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.

0 comments on commit e7468b2

Please sign in to comment.