1.快捷键设置
![](https://img.haomeiwen.com/i3746709/2a6b04650a956d2e.png)
2.文件隐藏不显示(为了美观或不上传到svn)
常见需要隐藏文件如下:
*.hprof;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.gradle;.hg;.idea;.svn;CVS;__pycache__;_svn;build;vssver.scc;vssver2.scc;
![](https://img.haomeiwen.com/i3746709/3a8e863803052eeb.png)
3.显示更多的工具栏,方便使用
![](https://img.haomeiwen.com/i3746709/d6b245953fc94bcd.png)
4.修改项目名称(项目名称和项目路径文件名可以不一致)
rootProject.name = "MyTest"
![](https://img.haomeiwen.com/i3746709/785d4b8c62f86b6d.png)
5.插件安装GsonFormatPlus(根据json字符串创建实体)
5.1 安装:File->Settings->Plugins—>输入"GsonFormatPlus"查找插件—>Install
5.2 初始化:勾选如图所示选项即可(注意事项)
![](https://img.haomeiwen.com/i3746709/7820dc2bfa85cdea.png)
网友评论