Skip to content

MakovWait/godot-expand-region

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godot-expand-region

Expand your region with godot-expand-region.

Porting sublime-expand-region to godot4 with some tweaks.

Default shortcuts

ALT+W - expand region (macosCONTROL+W)

ALT+SHIFT+W - shrink region (macosCONTROL+SHIFT+W)

Shortcuts can be configured via Editor Settings/Addons/Expand Region

How to install

This is a regular editor plugin. Copy the contents of addons/expand-region into the same folder in your project, and activate it in your project settings.

or plug with gd-plug:

plug("MakovWait/godot-expand-region", {"exclude": ["addons/gdUnit4"]})

About

Godot4 editor plugin.

More plugins godot4-plugins