修改 IntelliJ IDEA 默认配置路径

时间:2022-05-01 09:37:02

IDEA 默认会在用户文件夹创建配置目录,发现我的 IDEA 配置目录已经十几G了,决定迁移到其他盘。

例如我的是2018.1版本的:

  • 迁移 {用户目录}/.IntelliJIdea2018.1 文件夹到 D:/Java/JetBrains/.IntelliJIdea2018.1
  • 修改 {IDEA目录}/bin/idea.properties 文件的内容如下:
 idea.config.path=D:/Java/JetBrains/.IntelliJIdea2018.1/config
 idea.system.path=D:/Java/JetBrains/.IntelliJIdea2018.1/system
 idea.plugins.path=${idea.config.path}/plugins
 idea.log.path=${idea.system.path}/log

重启搞定。

参考