idea字体及文件编码设置

1、说明

  • idea中默认字体太小,尤其是笔记本中的查阅代码都十分不便。
  • 文本编码也存在不统一情况。会存在打开某些文本乱码情况。

2、字体大小设置

(1)整体外观字体大小设置(菜单栏,工具栏...)
Preferences --> Appearance & Behavior-->Appearance

image.png

(2)修改工作编辑区字体大小
Preferences --> Editor-->Font 中的 Size

image.png

(3)如果安装了UI插件可以按照如下修改(使用了Material UI主题)
Preferences --> Editor-->Color Scheme -->Color Scheme Font 中的 Size

image.png

3、编码设置

一般在开发过程中,idea字体编码都采用utf-8

image.png

你可能感兴趣的:(idea字体及文件编码设置)