將intelij idea或者golang 的隱藏文件由C盤移動到其他盤?

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的修改方法是一樣的

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章