Make code small, make code big. Easy as that.
This extension registers commands to run from the command palette, or to bind to any keyboard shortcuts you like.
code-zoom.default
This command resets your settings to the default font size and line height.
code-zoom.small
This command makes your font size and line height super small, so you can get a good overview.
code-zoom.big
This command makes your font size and line height super big, so you can really take a look up close.
Search for Code Zoom
in the settings, and you'll be able to set your own values for small and big font sizes and line heights.
code-zoom.small.fontSize: 12
Defines the small font size. Defaults to 12.
code-zoom.small.lineHeight: 1.25
Defines the small line height with a multiplier of the small font size. Defaults to 1.25.
code-zoom.big.fontSize: 32
Defines the big font size. Defaults to 32.
code-zoom.big.lineHeight: 4
Defines the big line height with a multiplier of the big font size. Defaults to 4.
- Added command for making code bigger.
- Added configurable settings for font sizes and line heights.
Initial release.