Change the font size with keyboard shortcuts.
You can use the following shortcuts to adjust the font size:
- Increase font size:
Ctrl/Cmd
and+
- Decrease font size:
Ctrl/Cmd
and-
- Reset font size to default:
Ctrl/Cmd
and0
You can configure the following settings:
- fontshortcuts.defaultFontSize: The default font size used for a reset. (default: 15)
- fontshortcuts.step: The step for each font size increment/decrement. (default: 1)
{
"fontshortcuts.defaultFontSize": 15,
"fontshortcuts.step": 1
}
Visual Studio Code 1.6 or higher
- Added
fontshortcuts.step
setting to configure the step for each font size increment/decrement.
- The integrated terminal font size is now adjusted as well.
- Added
fontshortcuts.defaultFontSize
setting to configure the font size set on a reset.
Initial release