首页 > 代码库 > IDE常用配置

IDE常用配置

1.Intellij IDEA

  • 代码区背景:Editor-Colors&Fonts-General下,Save as新的Scheme,然后在Text-Default text的Background,设置为绿豆沙色:199,237,204(#C7EDCC)
  • 代码提示:Editor-General-Code Completion下设置Case sensitive completion为None,不区分大小写和位置
  • 自动导入:Editor-General-Auto Import下勾选 Optimize imports on the fly和Add unambiguous imports on the fly

 

IDE常用配置