Expand your region with godot-expand-region.
Porting sublime-expand-region to godot4 with some tweaks.
ALT+W - expand region (macos
CONTROL+W)
ALT+SHIFT+W - shrink region (macos
CONTROL+SHIFT+W)
Shortcuts can be configured via Editor Settings/Addons/Expand Region
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"]})
Godot4 editor plugin.
More plugins godot4-plugins