Zooming editor window android studio [duplicate]
This may seem like a silly question but does anyone know how to zoom in/out of the editor window in android studio? I have actually researched it before people give me minus marks. Ctrl+ and Ctrl- seem to fold and unfold methods, there is no zoom control in the view drop-down and all the googleing ive done has referred my to zoom the control feature of a WebView. Am i missing something?
Solution 1:
Modify the settings of the android studio as shown below
Step 1: Open Android Studio and Go to File
Step 2: Open Settings
Step 3: Click on Editor
Step 4: Click General
Step 5: Check Change font size (Zoom) with Ctrl+Mouse Wheel (as shown in below snapshot)
Solution 2:
In Preferences > Editor, there's an option "Change font size (Zoom) with Command+Mouse Wheel". (I'm on MacOS; on other platforms it might be control+mouse wheel).
You can also go into Preferences > Keymap > Editor Actions > Decrease Font Size/Increase Font Size/Reset Font Size and bind some keys to those commands.
IntelliJ and Android Studio have decent built-in search for finding application functions. In the preferences dialog, you can just start typing to do search (you can just start typing from a lot of places in the UI to begin a search); there's also a search box.
There's a key binding for searching actions by name; on MacOS it's command-shift-A. That's a super-handy feature.