ChatGPT解决这个技术问题 Extra ChatGPT

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?

Ctrl+MouseWheel works in PhpStorm as well: Settings | Editor | Change font size (Zoom) with Ctrl + Mouse Wheel
The way you set up everything is a bit strange, I had a hard time changing the font and setting up the size of it (being shortsighted is not funny) But the black colors are a welcome addition.
...and the official "reset" command is to hit CTRL+SHIFT+A and type "reset zoom".

N
Nikola K.

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

https://i.stack.imgur.com/9xmYw.png

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

https://i.stack.imgur.com/uE8du.png


For some reason it's disabled
@dVaffection you have to click Save As.. to be able to modify the parameters.
@ymakux, go Settings => Editor => General => Enable Change font size (Zoom) with Control+Mouse Wheel
Thanks, already found it. Now using Sublime Text an Notepad++ - much simpler and faster
Why on earth is this not enabled by default? What were the devs thinking?!
h
hamidreza

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


yup for php storm 2019 this is the way
M
Muhammad Faizan Khan

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

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

https://i.stack.imgur.com/vNjei.png

30 Second Demo Here


G
German Khokhlov

Also you can use View → Enter Presentation Mode.

Default font size for this mode is 24.

You can change it here: Settings → Appearance → Presentation Mode → Font size


Ideal for thos not having a mouse :-)
One more way to switch to the presentation mode: View → Quick Switch Scheme → View Mode → Enter Presentation Mode. (Good choice for the shortcut funs)
d
dtouch

The pre-defined schemes are not editable. To change colors and fonts settings in such a scheme, create its copy. So to change font size select any scheme of your choice. Save the "scheme" as a copy with a name like "scheme 2". Now the default font size will be editable.


C
Csongor Halmai

In MacOS, you should navigate to the PhpStorm -> Preferences -> Editor -> General screen and check/uncheck the "Change font size (Zoom) with Command + Mouse Wheel" checkbox. I unchecked because I don't like it but maybe you do.

Moreover, you can use the finder field in the top left corner of the same PhpStorm -> Preferences dialog. Type the word "size" in this field and you will see a couple of items on the right hand side of the dialog. There are the Editor Actions -> Decrease Font Size and Editor Actions -> Increase Font Size options.

Right click each of them and choose "Add Keyboard Shortcut". Finally, press the Ctrl and numerical plus in case of Increase and Ctrl and numerical minus in case of Decrease and press OK (if you have numerical part of your keyboard).


A
Anwar Benhamada

In PhpStorm 2020.2.1 go to :

Settings -> Editor-> Font

https://i.stack.imgur.com/J8Nml.png

That's it


R
R R

Switching beetween Editors and zooming text during presentations or so could be complicated. If you used to do it like in notepad++ than maybe this helps if you use win:

^NumpadAdd::
    send,^{WheelUp}
return

the complete script you could find here: https://gist.github.com/sl5net/7170280#file-gistfile1-txt


关注公众号,不定期副业成功案例分享
Follow WeChat

Success story sharing

Want to stay one step ahead of the latest teleworks?

Subscribe Now