Déjà vu
Déjà vu

Reputation: 28850

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?

Upvotes: 4

Views: 8260

Answers (2)

zahra_oveyedzade
zahra_oveyedzade

Reputation: 1220

The method I use to increase the font size of all sections in my IDE is as follows:

  • Press Ctrl + ` (the backtick key).
  • From the list that appears, select Zoom.
  • Choose the percentage by which you prefer to zoom in.

Upvotes: 1

Nimo
Nimo

Reputation: 8304

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.

Upvotes: 10

Related Questions