Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpStorm change Project Files font

(using PhpStorm v6.0, the last one)

In Settings Editor > Colors & Fonts > Font one can easily change the font of the code being displayed right side of the editor.

But I don't see in the Settings a way to change the font (size) of the left part of the editor - named "Project Files" that has the list of the files that belong to the project.

I want to increase the font size on my laptop so that the list of files appears more clearly.

Is there a way to do that?

like image 382
Déjà vu Avatar asked Dec 26 '22 05:12

Déjà vu


1 Answers

This screencast shows how to solve this issue:

http://www.screenr.com/ozY7

On mac: PhpStorm -> Preferences -> Appearance -> Override default fonts

I also tested this successfully with PyCharm, so it probably works for IntelliJ IDEA, RubyMine and other JetBrains tools.

like image 170
Nimo Avatar answered Jan 14 '23 01:01

Nimo