1、将{用户目录}/.IntelliJIdea2018.1文件夹到 E:/software/0-yincangwenjian/.IntelliJIdea2018.1

2、修改 {IDEA目录}/bin/idea.properties 文件的内容如下:

 idea.config.path=E:/software/0-yincangwenjian/.IntelliJIdea2018.1/config  

 idea.system.path=E:/software/0-yincangwenjian/.IntelliJIdea2018.1/system
 idea.plugins.path=${idea.config.path}/plugins
 idea.log.path=${idea.system.path}/log  

3、如果不想额外生成类似的文件software0-yincangwenjians.IntelliJIdea2018.1config等的话, 还需要继续修改idea.properties的一个属性

idea.dynamic.classpath=false 改成idea.dynamic.classpath=true

IntelliJIdea2018.1 与 golang的修改方法是一样的