首页 > 技术文章 > IDE常用配置

manusas 2017-04-24 10:30 原文

1.Intellij IDEA

      基本

  • 代码区背景:Editor-Color Scheme-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

    插件

  • JRebel:热部署
  • Maven Helper
  • Mybatis Plugin

    问题

  • maven载入不了archetype list :Settings-Build,Execution,Deployment-Build Tools-Maven-Importing-VM options for importer里面调大-Xmx1024m

2.MyEclipse 

  基本

  插件

  • AmaterasUML,生成UML

3.Android Studio

  基本

  插件

  • geny:android模拟器,比avd快

推荐阅读