PhpStorm text size

Is it possible to define a shortcut to increase/decrease size of code in PhpStorm, like what you can do in Notepad++ with CTRL+Mouse Wheel?


Enable CTRL+Mouse Wheel: Settings -> Editor -> Change font size (Zoom) with Ctrl+Mouse Wheel (check).

enter image description here


Specify exact font size: Settings -> Editor -> Colors & Fonts -> Font.

enter image description here


in new version in this address file > setting > Editor > general check this item Change font size (Zoom) with Ctrl+Mouse Wheel


I am able to change my PHP Storm (version 8.0.3 or later) Fonts by

  1. Go to File and then click Settings.
  2. Form Left Side Menu, Select Editor --> General Tab
  3. Check this box under Mouse section Change font size (zoom) with Ctrl_Mouse Wheel (see below pic).

enter image description here

30 Second Demo Here