A VS Code extension for setting editor group widths to specific percentages. Resize the active editor group to 25%, 33%, 50%, or any custom percentage, with remaining space automatically redistributed among the other groups.
Features
Preset widths — Quickly set the active editor group to 25%, 33%, or 50%
Custom width — Enter any percentage via an input prompt
Redistribution strategies — Choose between even or proportional distribution of remaining space
Commands
Command
Description
Keybinding
Tiling: Set Editor Width to 25%
Resize active group to 25%
Cmd+Alt+1 / Ctrl+Alt+1
Tiling: Set Editor Width to 33%
Resize active group to 33%
Cmd+Alt+2 / Ctrl+Alt+2
Tiling: Set Editor Width to 50%
Resize active group to 50%
Cmd+Alt+3 / Ctrl+Alt+3
Tiling: Set Custom Editor Width (%)
Resize active group to a custom percentage
—
Settings
Setting
Default
Description
tilingManager.redistributionStrategy
even
How remaining space is distributed among non-active groups. even splits equally, proportional preserves relative sizes.
Requirements
VS Code 1.75.0 or later
At least two editor groups open
Limitations
Currently supports single-level horizontal layouts only. Vertical and nested layouts are planned for a future release.