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 1
1
# Gdscript func finder shortcuts
2
2
3
3
Very simple plugin that adds shortcuts to scroll to the previous and next func definitions.
4
+
4
5
Inspired by PICO-8 script editor where you use the 'page up/down' keys to move acress functions.
5
6
6
7
Shortcuts:
7
8
- Page Up : Go to previous 'func'
8
9
- Page Down : Go to next 'func'
9
10
10
- ## TODO maybes
11
11
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