Home > Article > Development Tools > How to change the font size in phpstorm?
phpstorm is a software specially designed for PHP development. Its power lies in its ability to intelligently complete the code and even check the code you have written. If there is an error, it will prompt you. Many users of this software have complained to the editor about its interface design. Friends who have used it know that its interface design is relatively simple, but the font is very small. So how to modify the body size of phpstorm?
How to modify the font size in phpstorm:
1. First open the PhpStorm software and find the settings in the file in the upper left corner.
2. There will be many settings in the [Settings] interface. Find [Editor]-->[Color and Font]- ->[Font]
After opening, modify the number in size in the interface on the right to change the font size of the code editing area; save it after modification.
Note: Users who set it up for the first time need to save it first and then modify it!
Click Save As to save as a plan
In this way, the font, font size, and line spacing can all be modified
The above is the detailed content of How to change the font size in phpstorm?. For more information, please follow other related articles on the PHP Chinese website!