MakovWait / godot-expand-region

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:GDScript 97.7%Language:HTML 1.3%Language:CSS 0.9%Language:Batchfile 0.1%Language:Shell 0.1%Language:C# 0.0%