IntelliJ IDEA 索引目录默认路径是 C:Users用户.IntelliJIdea
转移步骤
1. 将 C:Users用户.IntelliJIdea 索引目录剪切到要移动到的目录,如 D:/cahce/.IntelliJIdea
2. 找到IntelliJ IDEA安装目录中配置文件 idea.properties
3. 修改 配置文件:
# idea.config.path=${user.home}/.IntelliJIdea/config
# idea.system.path=${user.home}/.IntelliJIdea/system
修改为
idea.config.path=D:/cache/.IntelliJIdea/config
idea.system.path=D:/cache/.IntelliJIdea/system
同理 .AndroidStudio,.PyCharm 都可按此方法转移目录。