Important
Usable from Godot 4.2 and onward.
This plugin allows you to quickly browse through the regions in your Godot code, especially helpful for projects with a lot of code. Quickly filter through your regions and (optionally) have a preview your code.
Search for Goto Region on the Godot Asset Library or get the latest release from this repository.
Note
To update the plugin, first remove the plugin's root folder res://addons/goto_region
and then follow the installation steps.
This plugin comes with 2 editor settings.
- Show preview, which can be found at text_editor/goto_region/show_preview. There is also a convienent check button right above the preview in the dialog.
- Preview line count, which can be found at text_editor/goto_region/preview_line_count. This determines the ammount of lines that get shown in the preview.
- Open dialog shortcut, which can be found at text_editor/goto_region/open_dialog_shortcut. The default for this shortcut is
Ctrl+Alt+G
.
A command called Go To Region
is added to the Command Palette.