Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
5  
Ctrl+MouseWheel works in PhpStorm as well: Settings | Editor | Change font size (Zoom) with Ctrl + Mouse Wheel – LazyOne Sep 22 '12 at 18:43
@LazyOne Thanks, I was searching it in shortcut section. – PHPst Sep 22 '12 at 18:49
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. – Luis Robles May 19 at 13:39

1 Answer

up vote 9 down vote accepted

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.