Home  >  Article  >  Development Tools  >  How to reduce editor font in vscode

How to reduce editor font in vscode

王林
王林Original
2020-06-11 17:55:043758browse

How to reduce editor font in vscode

First click the "File" option in the top menu bar, then click "Preferences" and "User Settings";

How to reduce editor font in vscode

##Then in the default settings page that appears, open the "Editor" column;

How to reduce editor font in vscode

Then find the parameter of editor.fontSize, which is used to control the page text size ;

How to reduce editor font in vscode

Finally, we can set it in the user settings window on the right, such as entering editor.fontSize: 16 (can be set to smaller), and save the file. Can.

Recommended tutorial:

vscode tutorial

The above is the detailed content of How to reduce editor font in vscode. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn