How to zoom text by mouse wheel in IntelliJ Idea
It’s a common requirement to be able to zoom in or out while working in the code editor in IntelliJ Idea. This is achieved on Windows with CTRL+Mouse Wheel, or on Mac with CMD+Mouse Wheel. This feature is not enabled by default, but luckily it’s very simple to enable this. How to enable mouse wheel zoom in IntelliJ Open the Settings, or Preferences window. On Windows you can press CTRL+ALT+S, and on Mac you can press CMD+,...