
Publisher
lsbt
Goto Region
This plugin allows you to quickly search through the regions in your code similar to Go To Function.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
[!IMPORTANT] Usable from Godot 4.2 and onward.
The Plugin
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.
Installation
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.
Editor Settings
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
.
Command Palette
A command called Go To Region
is added to the Command Palette.