File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Gdscript func finder shortcuts
22
33Very simple plugin that adds shortcuts to scroll to the previous and next func definitions.
4+
45Inspired by PICO-8 script editor where you use the 'page up/down' keys to move acress functions.
56
67Shortcuts:
78- Page Up : Go to previous 'func'
89- Page Down : Go to next 'func'
910
10- ## TODO maybes
1111
12- Right now, it replaces the behavior of the 'page up' and 'page down' keys inside the script editor.
13- I could add a proper shortcut configuration in the future instead.
12+ # Configuration
13+
14+ You can set the ` Use Shift ` configuration in the ProjectSettings/Plugins/Gdscript Func Finder.
15+
16+ If you enable this, the scroll shortcut will only work if you are holding shift.
17+
18+ And you can use the page up/down keys with their normal scroll behavior.
You can’t perform that action at this time.
0 commit comments