Skip to content

TheLsbt/Goto-Region-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

A B

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.

  1. 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.
  2. 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.
  3. Open dialog shortcut, which can be found at text_editor/goto_region/open_dialog_shortcut. The default for this shortcut is Ctrl+Alt+G.

The editor settings

Command Palette

A command called Go To Region is added to the Command Palette.

The Command Palette