microsoft/vscode

Missing Sublime command - Increase / Decrease font size

waderyan opened this issue · 1 comments

While building this extension I found that VS Code is missing feature parity with Sublime Text. The feature is increasing and decreasing font size.

This is what I see in Sublime Text.

increase_decrease_font_size

The keyboard shortcut for this in Sublime Text is ctrl++ and ctrl+- on Windows / Linux. The shortcut on Mac is cmd++ and cmd+= to increase font and cmd+- to decrease font.

Note that this feature is closely related to, but not quite the same as zooming in and out.

  • editor.action.fontZoomIn
  • editor.action.fontZoomOut
  • editor.action.fontZoomReset