Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

How do I zoom into text with JetBrains IntelliJ IDEA

Writer Andrew Henderson

I would like to zoom in on text for presentations or when I need to focus on one function within the code.

How can I do this on a Mac OS?

3 Answers

UPDATED 13JUN22:

It seems that a newer version of IDEA causes the steps listed here to not find Zoom keyword.

Instead, search for font size and make sure you are in the Editor > General section. Click the checkbox and you're off an running again.

enter image description here


I found that you can enable this feature within IntelliJ by opening Preferences(⌘,) > click in the search and then enter the word zoom. Check the box for Change font size (Zoom) with Command+Mouse Wheel.

image of zoom search

Now you can hold down the Command and scroll your mouse wheel to zoom in and zoom out.

2

You can keymap the usual Cmd +/-/0 in the IntelliJ (or Android Studio) keymap settings by searching for font size in the keymap. Go ahead and set it as shown in the screenshot, and IntelliJ will ask you whether you want to remove it from other assignments.

This works well and it should be the default!Screenshot of font size settings from IntelliJ

I don't know why the Idea removes the keyword "Zoom" from the menu description. I always use "zoom" to search, but it does not work in the new version.

See the IntelliJ IDEA 2022.1.1

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy